Reviewers: danno,
Description:
Prepare push to trunk. Now working on version 3.7.13.
[email protected]
BUG=
TEST=
Please review this at http://codereview.chromium.org/8770001/
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
0c787e031729a6603e230b60a39e131a40dee08f..4d629810ba3572ff0ced1872d4ab314565fa5ab3
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-12-01: Version 3.7.12
+
+ Increase tick interval for the android platform.
+
+ Fix a bug in the register allocator. (chromium:105112)
+
+ Fix handling of recompiling code. (chromium:105375, v8:1782)
+
+ Start incremental marking on idle notification. (v8:1458)
+
+ Build fixes for various platforms.
+
+ Various performance improvements.
+
+
2011-11-29: Version 3.7.11
Fixed bug when generating padding to ensure space for lazy
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
b1334cecbe35d07c88c44284ffada89ba688300b..c1f696ddc791f42993033e93a9191b3a1cbdedca
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 7
-#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