| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f1b9b052e1d53fefd350536cc9bea0848923b4e9..e937fe6045ad4e7ad188730fecc59ec863c4ee1c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -367,7 +367,7 @@
|
|
|
| DEFINE_BOOL(concurrent_recompilation, true,
|
| "optimizing hot functions asynchronously on a separate thread")
|
| -DEFINE_BOOL(job_based_recompilation, true,
|
| +DEFINE_BOOL(job_based_recompilation, false,
|
| "post tasks to v8::Platform instead of using a thread for "
|
| "concurrent recompilation")
|
| DEFINE_BOOL(trace_concurrent_recompilation, false,
|
|
|