| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 58d5ae5f31ec6b033097e7f7c035d08b0b15397a..01fead7bd612cdcdd3f12ff13102c541f3d2d2ed 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -398,6 +398,7 @@ 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_type_feedback, false, "use type feedback in TurboFan")
|
| DEFINE_BOOL(turbo_source_positions, false,
|
| "track source code positions when building TurboFan IR")
|
| DEFINE_IMPLICATION(trace_turbo, turbo_source_positions)
|
|
|