Reviewers: Yang,

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


[email protected]


Please review this at https://chromiumcodereview.appspot.com/10779009/

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

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 74d728c7c9e21f4d7dca13c0a7219852beb4ec79..93d9660ae43c3dc05c4789ac636ea64b0bedeaa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-07-16: Version 3.12.12
+
+ Added an option to the tickprocessor to specify the directory for lib
+        lookup.
+
+ Fixed ICs for slow objects with native accessor (Chromium issue 137002).
+
+        Fixed transcendental cache on ARM in optimized code (issue 2234).
+
+        New heap inspection tools: counters for object sizes and counts,
+        histograms for external fragmentation.
+
+        Incorporated constness into inferred interfaces (in preparation for
+        handling imports) (issue 1569).
+
+        Performance and stability improvements on all platforms.
+
+
 2012-07-12: Version 3.12.11

         Renamed "mips" arch to "mipsel" in the GYP build.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 6bcf3dd5b8130d267b7af8f22ae7e9cdf951ceac..e4bc01175aae01a1b57fe7126ae208d745ff6843 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     12
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
 #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