Commit b70e73d8 authored by bgeron's avatar bgeron Committed by Commit bot

[turbofan] Disable store elimination, which is suspected to cause test flakes.

BUG=v8:5280

Review-Url: https://codereview.chromium.org/2235703004
Cr-Commit-Position: refs/heads/master@{#38557}
parent 14fdd010
......@@ -490,7 +490,7 @@ DEFINE_BOOL(turbo_instruction_scheduling, false,
"enable instruction scheduling in TurboFan")
DEFINE_BOOL(turbo_stress_instruction_scheduling, false,
"randomly schedule instructions to stress dependency tracking")
DEFINE_BOOL(turbo_store_elimination, true,
DEFINE_BOOL(turbo_store_elimination, false,
"enable store-store elimination in TurboFan")
// Flags to help platform porters
......
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