Skip to content

Commit 2b15425

Browse files
jaro-sevcikCommit Bot
authored andcommitted
[turbofan] Temporarily turn off escape analysis.
Bug: chromium:765433 Change-Id: Iecc9540f6305bc24a0a5210c149b55403b9ce09d Reviewed-on: https://chromium-review.googlesource.com/667106 Reviewed-by: Michael Starzinger <[email protected]> Commit-Queue: Jaroslav Sevcik <[email protected]> Cr-Commit-Position: refs/heads/master@{#48032}
1 parent 34bc3cb commit 2b15425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ DEFINE_BOOL(turbo_loop_peeling, true, "Turbofan loop peeling")
445445
DEFINE_BOOL(turbo_loop_variable, true, "Turbofan loop variable optimization")
446446
DEFINE_BOOL(turbo_cf_optimization, true, "optimize control flow in TurboFan")
447447
DEFINE_BOOL(turbo_frame_elision, true, "elide frames in TurboFan")
448-
DEFINE_BOOL(turbo_escape, true, "enable escape analysis")
448+
DEFINE_BOOL(turbo_escape, false, "enable escape analysis")
449449
DEFINE_BOOL(turbo_instruction_scheduling, false,
450450
"enable instruction scheduling in TurboFan")
451451
DEFINE_BOOL(turbo_stress_instruction_scheduling, false,

0 commit comments

Comments
 (0)