Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 49dac4a6db04eb8a8d3d9cbdb55699015fa247a0..91afa24cf0b7cdb0fc9783a5afb52e6619233dc3 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -267,7 +267,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, |
Hannes Payer (out of office)
2013/06/25 16:35:07
Should be true.
mvstanton
2013/07/02 13:55:11
Cool, this flag is gone now.
|
"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") |