Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 25426d67acfa1e799521b08dfd7e676afa607da4..be4e278c8831a25dd0989c6441a13e0afbc16899 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -390,6 +390,9 @@ DEFINE_IMPLICATION(turbo_inlining, turbo_types) |
DEFINE_BOOL(turbo_profiling, false, "enable profiling in TurboFan") |
// TODO(dcarney): this is just for experimentation, remove when default. |
DEFINE_BOOL(turbo_reuse_spill_slots, false, "reuse spill slots in TurboFan") |
+// TODO(dcarney): this is just for experimentation, remove when default. |
+DEFINE_BOOL(turbo_delay_ssa_decon, false, |
+ "delay ssa deconstruction in TurboFan register allocator") |
DEFINE_INT(typed_array_max_size_in_heap, 64, |
"threshold for in-heap typed array") |