Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 9c9362b2f003d5e648b8186813d8fe85da300b70..3719eb43b0154f52a402cf8aaf22dfdcb2eaac4a 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -246,7 +246,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") |