| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 65c0d1c9fb0d329b3664722efb48e6539858e3fa..9a2145da89f5416b637cd5e98571e082396b980d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -448,6 +448,9 @@ DEFINE_BOOL(turbo_asm_deoptimization, false,
|
| "enable deoptimization in 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_stats_nvp, false,
|
| + "print TurboFan statistics in machine-readable format")
|
| +DEFINE_IMPLICATION(turbo_stats_nvp, turbo_stats)
|
| 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")
|
|
|