Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! worker: reset Isolate stack limit after entering Locker
  • Loading branch information
addaleax committed Feb 1, 2020
commit 3f8f3d65ccd4b47f8ed455fda7a7bc18805bad07
4 changes: 0 additions & 4 deletions src/node_worker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ void Worker::Run() {
{
Locker locker(isolate_);
Isolate::Scope isolate_scope(isolate_);
// V8 computes its stack limit every time a `Locker` is used based on
// --stack-size. Reset it to the correct value.
isolate_->SetStackLimit(stack_base_);

SealHandleScope outer_seal(isolate_);

DeleteFnPtr<Environment, FreeEnvironment> env_;
Expand Down