Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 35100e9c3c2be9bb98f27a8a040b61ab08c76314..e92d3fbdbf605a0b53ff86de4418d6638fec4e5f 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -426,6 +426,7 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true, |
// Flags for TurboFan. |
DEFINE_BOOL(turbo, false, "enable TurboFan compiler") |
DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization) |
+DEFINE_IMPLICATION(turbo, turbo_type_feedback) |
DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset") |
DEFINE_BOOL(turbo_from_bytecode, false, "enable building graphs from bytecode") |
DEFINE_BOOL(turbo_sp_frame_access, false, |