| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 48c83ea8c4123eccbaeff7f6597bd0fce2935fc3..0dcd9858cae24299fcf1fc88db3a9cc8102e2d35 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -499,6 +499,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_experimental, false,
|
| + "enable crashing features, for testing purposes only")
|
| // TODO(turbofan): Rename --crankshaft to --optimize eventually.
|
| DEFINE_IMPLICATION(turbo, crankshaft)
|
|
|
|
|