Revision: 14718
Author:   [email protected]
Date:     Fri May 17 05:33:48 2013
Log: Turning off optimize-constructed-arrays to investigate a WebKit/bindings issue.

BUG=
[email protected]

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

Modified:
 /branches/bleeding_edge/src/flag-definitions.h
 /branches/bleeding_edge/test/mjsunit/allocation-site-info.js

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h      Thu May 16 01:39:24 2013
+++ /branches/bleeding_edge/src/flag-definitions.h      Fri May 17 05:33:48 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")
=======================================
--- /branches/bleeding_edge/test/mjsunit/allocation-site-info.js Wed May 15 08:17:01 2013 +++ /branches/bleeding_edge/test/mjsunit/allocation-site-info.js Fri May 17 05:33:48 2013
@@ -37,7 +37,7 @@

// support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6,7,8));
 support_smi_only_arrays = true;
-optimize_constructed_arrays = true;
+optimize_constructed_arrays = false;

 if (support_smi_only_arrays) {
   print("Tests include smi-only arrays.");

--
--
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