Revision: 11804
Author:   [email protected]
Date:     Thu Jun 14 00:48:42 2012
Log:      Merged r11775 into 3.10 branch.

Disable array bounds checks elimination by default.

BUG=132114

[email protected]
TEST=

Review URL: https://chromiumcodereview.appspot.com/10540158
http://code.google.com/p/v8/source/detail?r=11804

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

=======================================
--- /branches/3.10/src/flag-definitions.h       Thu Apr 26 01:21:05 2012
+++ /branches/3.10/src/flag-definitions.h       Thu Jun 14 00:48:42 2012
@@ -195,7 +195,7 @@
 DEFINE_bool(deoptimize_uncommon_cases, true, "deoptimize uncommon cases")
 DEFINE_bool(polymorphic_inlining, true, "polymorphic inlining")
 DEFINE_bool(use_osr, true, "use on-stack replacement")
-DEFINE_bool(array_bounds_checks_elimination, true,
+DEFINE_bool(array_bounds_checks_elimination, false,
             "perform array bounds checks elimination")

 DEFINE_bool(trace_osr, false, "trace on-stack replacement")
=======================================
--- /branches/3.10/src/version.cc       Tue Jun 12 08:42:38 2012
+++ /branches/3.10/src/version.cc       Thu Jun 14 00:48:42 2012
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     10
 #define BUILD_NUMBER      8
-#define PATCH_LEVEL       16
+#define PATCH_LEVEL       17
 // 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