| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ef921eac65c1486b289916b021e578ae4edf1a77..6ea131eaac7b1120d7a261e0965c84c6576eef4c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -264,8 +264,6 @@ 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,
|
| - "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")
|
| DEFINE_bool(optimize_closures, true, "optimize closures")
|
|
|