| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 5ccd47fbc7a7c87b320673102218863d33abf035..cd041834c140bfe4da69a2c3945ee9d25b0d8f95 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -397,6 +397,7 @@ DEFINE_BOOL(trace_turbo_jt, false, "trace TurboFan's jump threading")
|
| DEFINE_BOOL(turbo_asm, true, "enable TurboFan for asm.js code")
|
| DEFINE_BOOL(turbo_verify, DEBUG_BOOL, "verify TurboFan graphs at each phase")
|
| DEFINE_BOOL(turbo_stats, false, "print TurboFan statistics")
|
| +DEFINE_BOOL(turbo_splitting, true, "split nodes during scheduling in TurboFan")
|
| DEFINE_BOOL(turbo_types, true, "use typed lowering in TurboFan")
|
| DEFINE_BOOL(turbo_source_positions, false,
|
| "track source code positions when building TurboFan IR")
|
|
|