Commit a3039123 authored by Tobias Tebbi's avatar Tobias Tebbi Committed by Commit Bot

[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: 's avatarThibaud Michaud <thibaudm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65536}
parent f970a97e
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment