Revision: 11307
Author:   [email protected]
Date:     Fri Apr 13 02:44:33 2012
Log:      Prepare push to trunk.  Now working on version 3.10.3.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10071039
http://code.google.com/p/v8/source/detail?r=11307

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Tue Apr 10 04:01:29 2012
+++ /branches/bleeding_edge/ChangeLog   Fri Apr 13 02:44:33 2012
@@ -1,3 +1,26 @@
+2012-04-13: Version 3.10.2
+
+        Fixed native ARM build (issues 1744, 539)
+
+        Return LOOKUP variable instead of CONTEXT for non-context allocated
+        outer scope parameters (Chromium issue 119609).
+
+ Fixed regular and ElementsKind transitions interfering with each other
+        (Chromium issue 122271).
+
+        Improved performance of keyed loads/stores which have a HeapNumber
+        index (issues 1388, 1295).
+
+        Fixed WeakMap processing for evacuation candidates (issue 2060).
+
+        Bailout on possible direct eval calls (Chromium issue 122681).
+
+ Do not assume that names of function expressions are context-allocated
+        (issue 2051).
+
+        Performance and stability improvements on all platforms.
+
+
 2012-04-10: Version 3.10.1

         Fixed bug with arguments object in inlined functions (issue 2045).
=======================================
--- /branches/bleeding_edge/src/version.cc      Tue Apr 10 04:01:29 2012
+++ /branches/bleeding_edge/src/version.cc      Fri Apr 13 02:44:33 2012
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     10
-#define BUILD_NUMBER      2
+#define BUILD_NUMBER      3
 #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