Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index fd15638711ef5c6543f64ef268d9bed112f61e1c..85d2951f2c05ca7fbe8d73f24031d2c92ead54a0 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -413,6 +413,8 @@ DEFINE_IMPLICATION(turbo, turbo_asm_deoptimization) |
DEFINE_IMPLICATION(turbo, turbo_inlining) |
DEFINE_BOOL(turbo_shipping, true, "enable TurboFan compiler on subset") |
DEFINE_BOOL(turbo_greedy_regalloc, false, "use the greedy register allocator") |
+DEFINE_BOOL(turbo_sp_frame_access, false, |
+ "use stack pointer-relative access to frame wherever possible") |
DEFINE_BOOL(turbo_preprocess_ranges, true, |
"run pre-register allocation heuristics") |
DEFINE_BOOL(turbo_loop_stackcheck, true, "enable stack checks in loops") |