Revision: 18238
Author:   [email protected]
Date:     Tue Dec  3 15:10:07 2013 UTC
Log:      Merged r18234 into 3.22 branch.

BUG=323845
[email protected]

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

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

=======================================
--- /branches/3.22/src/flag-definitions.h       Mon Oct 28 18:03:37 2013 UTC
+++ /branches/3.22/src/flag-definitions.h       Tue Dec  3 15:10:07 2013 UTC
@@ -235,7 +235,7 @@
 DEFINE_bool(use_gvn, true, "use hydrogen global value numbering")
DEFINE_bool(use_canonicalizing, true, "use hydrogen instruction canonicalizing")
 DEFINE_bool(use_inlining, true, "use function inlining")
-DEFINE_bool(use_escape_analysis, true, "use hydrogen escape analysis")
+DEFINE_bool(use_escape_analysis, false, "use hydrogen escape analysis")
 DEFINE_bool(use_allocation_folding, true, "use allocation folding")
 DEFINE_int(max_inlining_levels, 5, "maximum number of inlining levels")
 DEFINE_int(max_inlined_source_size, 600,
=======================================
--- /branches/3.22/src/version.cc       Thu Nov 21 14:01:32 2013 UTC
+++ /branches/3.22/src/version.cc       Tue Dec  3 15:10:07 2013 UTC
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     22
 #define BUILD_NUMBER      24
-#define PATCH_LEVEL       8
+#define PATCH_LEVEL       9
 // 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