Reviewers: Igor Sheludko,

Description:
Merged r19170 into trunk branch.

Check elimination temporarily disabled.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/150423005/

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files (+2, -2 lines):
  M src/flag-definitions.h
  M src/version.cc


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 25af921196baa61e85d0414129d454ddfa5a75ef..2c4c7ce891b8299e653c0ccf38bf185456b101de 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -305,7 +305,7 @@ DEFINE_bool(array_index_dehoisting, true,
 DEFINE_bool(analyze_environment_liveness, true,
             "analyze liveness of environment slots and zap dead values")
 DEFINE_bool(load_elimination, true, "use load elimination")
-DEFINE_bool(check_elimination, true, "use check elimination")
+DEFINE_bool(check_elimination, false, "use check elimination")
 DEFINE_bool(dead_code_elimination, true, "use dead code elimination")
 DEFINE_bool(fold_constants, true, "use constant folding")
DEFINE_bool(trace_dead_code_elimination, false, "trace dead code elimination")
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index fc415abfe280cb346607a6fee2d4f42d28f0ba94..2857f6adc3d206bd1a34b992475602427f36d2c3 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     24
 #define BUILD_NUMBER      33
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // 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
--- 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