| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 47600d54068f4fd46ca2f7538ca3564b13e60eae..9262d9896097aaf271c5c010d4dd578e8b33a7fe 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -374,7 +374,6 @@ DEFINE_BOOL(concurrent_recompilation, true,
|
| DEFINE_BOOL(job_based_recompilation, false,
|
| "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,
|
|
|