| Index: src/execution.cc
|
| diff --git a/src/execution.cc b/src/execution.cc
|
| index 89091ba429656c66646aece8613624cc0806d49a..8942fb31284ba39cbed3df07b23b904bfe897d44 100644
|
| --- a/src/execution.cc
|
| +++ b/src/execution.cc
|
| @@ -937,7 +937,8 @@ MaybeObject* Execution::HandleStackGuardInterrupt(Isolate* isolate) {
|
| }
|
| stack_guard->Continue(CODE_READY);
|
| }
|
| - if (!stack_guard->IsTerminateExecution()) {
|
| + if (!stack_guard->IsTerminateExecution() &&
|
| + !FLAG_manual_parallel_recompilation) {
|
| isolate->optimizing_compiler_thread()->InstallOptimizedFunctions();
|
| }
|
|
|
|
|