Author: [email protected]
Date: Mon Jul  6 00:45:39 2009
New Revision: 2360

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

Log:
Prepare to push version 1.2.12 to trunk.
Review URL: http://codereview.chromium.org/149192

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Mon Jul  6 00:45:39 2009
@@ -1,3 +1,16 @@
+2009-07-06: Version 1.2.12
+
+        Added stack traces collection to Error objects accessible through
+        the e.stack property.
+
+        Changed RegExp parser to use a recursive data structure instead of
+        stack-based recursion.
+
+        Optimized Date object construction and string concatenation.
+
+        Improved performance of div, mod, and mul on ARM platforms.
+
+
  2009-07-02: Version 1.2.11

          Improved performance on IA-32 and ARM.

Modified: branches/bleeding_edge/src/version.cc
==============================================================================
--- branches/bleeding_edge/src/version.cc       (original)
+++ branches/bleeding_edge/src/version.cc       Mon Jul  6 00:45:39 2009
@@ -34,7 +34,7 @@
  // cannot be changed without changing the SCons build script.
  #define MAJOR_VERSION     1
  #define MINOR_VERSION     2
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
  #define PATCH_LEVEL       0
  #define CANDIDATE_VERSION true


--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to