Revision: 19171
Author: [email protected]
Date: Thu Feb 6 17:42:29 2014 UTC
Log: Merged r19170 into trunk branch.
Check elimination temporarily disabled.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/150423005
http://code.google.com/p/v8/source/detail?r=19171
Modified:
/trunk/src/flag-definitions.h
/trunk/src/version.cc
=======================================
--- /trunk/src/flag-definitions.h Thu Feb 6 01:06:18 2014 UTC
+++ /trunk/src/flag-definitions.h Thu Feb 6 17:42:29 2014 UTC
@@ -305,7 +305,7 @@
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")
=======================================
--- /trunk/src/version.cc Thu Feb 6 01:06:18 2014 UTC
+++ /trunk/src/version.cc Thu Feb 6 17:42:29 2014 UTC
@@ -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.