| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 1a70082d689dbb696ccc88e7107ef32c25971559..2eebc0de810d29c1cbbfb4b9c0c2dbc95cf33c67 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -462,6 +462,9 @@ DEFINE_BOOL(native_context_specialization, true,
|
| "enable native context specialization in TurboFan")
|
| DEFINE_BOOL(turbo_inlining, true, "enable inlining in TurboFan")
|
| DEFINE_BOOL(trace_turbo_inlining, false, "trace TurboFan inlining")
|
| +DEFINE_BOOL(turbo_load_elimination, true, "enable load elimination in TurboFan")
|
| +DEFINE_BOOL(trace_turbo_load_elimination, false,
|
| + "trace TurboFan load elimination")
|
| DEFINE_BOOL(loop_assignment_analysis, true, "perform loop assignment analysis")
|
| DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan")
|
| DEFINE_BOOL(turbo_verify_allocation, DEBUG_BOOL,
|
|
|