Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.9.14.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/9535010/
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
5b852bbc2e57d8c450f432ced734c80d5f58175d..e5fd5ce100dcbea8f636c1213b944cd445868291
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-02-29: Version 3.9.13
+
+ Add code kind check before preparing for OSR. (issue 1900, 115073)
+
+ Pass zone explicitly to zone-allocation on x64 and ARM. (issue
1802)
+
+ Port string construct stub to x64. (issue 849)
+
+ Performance and stability improvements on all platforms.
+
+
2012-02-28: Version 3.9.12
Fix the negative lookup stub to handle deleted entries in a
dictionary.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
6d1abe4671089d4ca7bb8eaed8b2ccde60d80b20..e321b75aca512fd69f66d7b0fb5d253e19be283e
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 9
-#define BUILD_NUMBER 13
+#define BUILD_NUMBER 14
#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