Revision: 14860
Author:   [email protected]
Date:     Tue May 28 11:46:23 2013
Log:      Disable --optimize-constructed-arrays due to crashes

BUG=chromium:244461
[email protected]

Review URL: https://codereview.chromium.org/15766005
http://code.google.com/p/v8/source/detail?r=14860

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Fri May 24 03:57:59 2013
+++ /branches/bleeding_edge/src/flag-definitions.h      Tue May 28 11:46:23 2013
@@ -258,7 +258,7 @@
             "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")

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to