Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index b948957a564bf1c34761d830d5d44183027d3cae..79be6414ca5e462ffe50575bf1cd5c7e352d102b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -449,7 +449,7 @@ DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan") |
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan") |
DEFINE_BOOL(turbo_cache_shared_code, true, "cache context-independent code") |
DEFINE_BOOL(turbo_preserve_shared_code, false, "keep context-independent code") |
-DEFINE_BOOL(turbo_escape, false, "enable escape analysis") |
+DEFINE_BOOL(experimental_turbo_escape, false, "enable escape analysis") |
DEFINE_BOOL(turbo_instruction_scheduling, false, |
"enable instruction scheduling in TurboFan") |
DEFINE_BOOL(turbo_stress_instruction_scheduling, false, |