Reviewers: Toon Verwaest,

Description:
Merged r18234 into 3.23 branch.

Disable escape analysis.

[email protected]

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

SVN Base: https://v8.googlecode.com/svn/branches/3.23

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 63bbd2f4d34b6c81feee375eb01ab625704fc878..405a351562e75b29f78b75ca0d8d0427fe3a09ae 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -242,7 +242,7 @@ DEFINE_bool(use_range, true, "use hydrogen range analysis")
 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,
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index fee352e2ad88ced3da0119aa64386f64820112c2..4c573323d60f34071bc8082946e75574d7589d1a 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     23
 #define BUILD_NUMBER      17
-#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