Reviewers: Michael Starzinger,

Description:
Prepare push to trunk.  Now working on version 3.21.14.

[email protected]
BUG=

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

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

Affected files (+25, -1 lines):
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 7a498ba180d270b8b08fbbb1ba5f9632db579566..07150a4ef1de8e43ed86bce04b50b1531efa445c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2013-09-11: Version 3.21.13
+
+
+ Add a ResourceConstraint for the embedder to specify that V8 is running
+        on a memory constrained device.
+        (Chromium issue 280984)
+
+        Remove HandleScope default ctor.
+        (Chromium issue 236173)
+
+        Enable escape analysis for Hydrogen.
+
+ Generate a custom OSR entrypoint for OSR compiles on all platforms, and + transition to optimized code using the special entrypoint, instead of + through the deoptimizer. Do not install the OSR compiled code as _the_
+        optimized code for a function. Remove OSR-related stuff from
+        deoptimizer.
+
+        Correctly stringify mixed encoding indirect strings.
+        (Chromium issue 287476)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-09-09: Version 3.21.12

         Fixed bitwise negation on x64.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 7f79b015a196243486866de3c034ba6f692367b0..b4c686b4b055b63d42944bca342910e751acd2f2 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     21
-#define BUILD_NUMBER      13
+#define BUILD_NUMBER      14
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)


--
--
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