| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index e48dd9f788507f08861d91aef2c04217106feb47..def2dec73ef6bd637bdf781df9f4a3f729cefce9 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -364,9 +364,6 @@ 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, true,
|
| - "post tasks to v8::Platform instead of using a thread for "
|
| - "concurrent recompilation")
|
| DEFINE_BOOL(trace_concurrent_recompilation, false,
|
| "track concurrent recompilation")
|
| DEFINE_INT(concurrent_recompilation_queue_length, 8,
|
|
|