Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 8ac061312728b7ea7a79d345d249eef047acebde..6bc5c10f76c2c32a151fc6c451b227e481e9ba2d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -230,7 +230,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, false, |
+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") |