Reland "Disabe FLAG_turbo_control_flow_aware_allocation again"
This is a reland of a6eabacfee
. We
decided that this feature needs more work.
Bug: v8:9088
Change-Id: I937f722e9356be5eca72cdf1edd552d132ee25be
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1701855
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62715}
This commit is contained in:
parent
b67ecd1d2d
commit
01a80fe30b
@ -470,7 +470,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")
|
||||
|
Loading…
Reference in New Issue
Block a user