Revision: 12303
Author:   [email protected]
Date:     Tue Aug 14 02:18:29 2012
Log:      Disable array index dehoisting due to stability issues.
Review URL: https://chromiumcodereview.appspot.com/10855144
http://code.google.com/p/v8/source/detail?r=12303

Modified:
 /branches/3.12/src/flag-definitions.h
 /branches/3.12/src/version.cc

=======================================
--- /branches/3.12/src/flag-definitions.h       Mon Jul 30 06:05:33 2012
+++ /branches/3.12/src/flag-definitions.h       Tue Aug 14 02:18:29 2012
@@ -200,7 +200,7 @@
 DEFINE_bool(use_osr, true, "use on-stack replacement")
 DEFINE_bool(array_bounds_checks_elimination, true,
             "perform array bounds checks elimination")
-DEFINE_bool(array_index_dehoisting, true,
+DEFINE_bool(array_index_dehoisting, false,
             "perform array index dehoisting")

 DEFINE_bool(trace_osr, false, "trace on-stack replacement")
=======================================
--- /branches/3.12/src/version.cc       Fri Aug  3 03:44:23 2012
+++ /branches/3.12/src/version.cc       Tue Aug 14 02:18:29 2012
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     12
 #define BUILD_NUMBER      19
-#define PATCH_LEVEL       1
+#define PATCH_LEVEL       2
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to