| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f5c44913c1b56fa1f8f6fc8c9931df52aed491f0..0ced9334c373262e473f991d8d8370d3b9a3d899 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -367,7 +367,7 @@ DEFINE_BOOL(optimize_for_in, true, "optimize functions containing for-in loops")
|
|
|
| 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_BOOL(trace_concurrent_recompilation, false,
|
|
|