| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c74c5b8ab50d77262d35f0d847b891e769f4ed8e..624cbfca2178bd5b3ddb8a8d9e8dbba7fd7b3c93 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -449,6 +449,8 @@ DEFINE_BOOL(turbo_asm_deoptimization, false,
|
| 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_type_feedback, false,
|
| + "use typed feedback for representation inference in Turbofan")
|
| DEFINE_BOOL(turbo_source_positions, false,
|
| "track source code positions when building TurboFan IR")
|
| DEFINE_IMPLICATION(trace_turbo, turbo_source_positions)
|
|
|