| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 259118e009011257d198a012403ae55db1777cb0..c27adbfd9976c00392063e841e17dc78a4f4ad20 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -488,6 +488,8 @@ 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")
|
| +// TODO(turbofan): Rename --crankshaft to --optimize eventually.
|
| +DEFINE_IMPLICATION(turbo, crankshaft)
|
|
|
| // Flags to help platform porters
|
| DEFINE_BOOL(minimal, false,
|
|
|