| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ccba5118a334a3f727f39e6b348c9081a849557f..f1c0782844c90828a5eecddf8dbc0b49619cb453 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -210,6 +210,9 @@ DEFINE_int(loop_weight, 1, "loop weight for representation inference")
|
| DEFINE_bool(optimize_for_in, true,
|
| "optimize functions containing for-in loops")
|
|
|
| +DEFINE_bool(optimize_in_parallel, false, "optimize functions on a separate "
|
| + "thread")
|
| +
|
| // Experimental profiler changes.
|
| DEFINE_bool(experimental_profiler, true, "enable all profiler experiments")
|
| DEFINE_bool(watch_ic_patching, false, "profiler considers IC stability")
|
|
|