Disable --optimize-constructed-arrays due to crashes
BUG=chromium:244461 R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/15766005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14860 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
27587d0960
commit
cbdf760ef8
@ -258,7 +258,7 @@ DEFINE_bool(unreachable_code_elimination, false,
|
||||
"eliminate unreachable code (hidden behind soft deopts)")
|
||||
DEFINE_bool(track_allocation_sites, true,
|
||||
"Use allocation site info to reduce transitions")
|
||||
DEFINE_bool(optimize_constructed_arrays, true,
|
||||
DEFINE_bool(optimize_constructed_arrays, false,
|
||||
"Use allocation site info on constructed arrays")
|
||||
DEFINE_bool(trace_osr, false, "trace on-stack replacement")
|
||||
DEFINE_int(stress_runs, 0, "number of stress runs")
|
||||
|
Loading…
Reference in New Issue
Block a user