Revision: 13507
Author:   [email protected]
Date:     Fri Jan 25 05:24:13 2013
Log:      Prepare push to trunk.  Now working on version 3.16.11.

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Thu Jan 24 08:29:54 2013
+++ /branches/bleeding_edge/ChangeLog   Fri Jan 25 05:24:13 2013
@@ -1,3 +1,17 @@
+2013-01-25: Version 3.16.10
+
+        Avoid excessive memory usage during redundant phi elimination.
+        (issue 2510)
+
+        Fixed additional spec violations wrt RegExp.lastIndex.
+        (issue 2437)
+
+        Added Isolate parameter to Persistent class.
+        (issue 2487)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-01-24: Version 3.16.9

         Made embedded maps in optimized code weak.
=======================================
--- /branches/bleeding_edge/src/version.cc      Thu Jan 24 08:29:54 2013
+++ /branches/bleeding_edge/src/version.cc      Fri Jan 25 05:24:13 2013
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     16
-#define BUILD_NUMBER      10
+#define BUILD_NUMBER      11
 #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


Reply via email to