| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0d06b059e09c320365a882be46dbdf8ed924d501..46475c7422cf1f9f277cf6e74ade1ea2a09f6f10 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -486,6 +486,8 @@ DEFINE_BOOL(turbo_stress_instruction_scheduling, false,
|
| "randomly schedule instructions to stress dependency tracking")
|
| DEFINE_BOOL(turbo_store_elimination, true,
|
| "enable store-store elimination in TurboFan")
|
| +DEFINE_BOOL(turbo_lower_create_closure, false,
|
| + "enable inline allocation for closure instantiation")
|
|
|
| // Flags to help platform porters
|
| DEFINE_BOOL(minimal, false,
|
|
|