[regalloc] temporarily disable control-flow aware allocation

Bug: v8:10077

Change-Id: I4b76d62462658dfa54f351ba10e52e57f63f3493
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1977857
Commit-Queue: Tobias Tebbi <tebbi@chromium.org>
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65536}
This commit is contained in:
Tobias Tebbi 2019-12-20 12:11:30 +01:00 committed by Commit Bot
parent f970a97ed7
commit a3039123f2

View File

@ -523,7 +523,7 @@ DEFINE_BOOL(print_deopt_stress, false, "print number of possible deopt points")
DEFINE_BOOL(opt, true, "use adaptive optimizations")
DEFINE_BOOL(turbo_sp_frame_access, false,
"use stack pointer-relative access to frame wherever possible")
DEFINE_BOOL(turbo_control_flow_aware_allocation, true,
DEFINE_BOOL(turbo_control_flow_aware_allocation, false,
"consider control flow while allocating registers")
DEFINE_STRING(turbo_filter, "*", "optimization filter for TurboFan compiler")