| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0dd4fda05d5840c0dfc2535a023900da2f7097f1..1ce664c6b234c98dd1de9f59c7ec072f4b998f56 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -352,10 +352,9 @@
|
|
|
| DEFINE_BOOL(concurrent_recompilation, true,
|
| "optimizing hot functions asynchronously on a separate thread")
|
| -DEFINE_BOOL(job_based_recompilation, false,
|
| +DEFINE_BOOL(job_based_recompilation, true,
|
| "post tasks to v8::Platform instead of using a thread for "
|
| "concurrent recompilation")
|
| -DEFINE_IMPLICATION(job_based_recompilation, concurrent_recompilation)
|
| DEFINE_BOOL(trace_concurrent_recompilation, false,
|
| "track concurrent recompilation")
|
| DEFINE_INT(concurrent_recompilation_queue_length, 8,
|
|
|