Prepare push to trunk. Now working on version 3.9.14.
authorulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Feb 2012 15:41:07 +0000 (15:41 +0000)
committerulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Feb 2012 15:41:07 +0000 (15:41 +0000)
R=jkummerow@chromium.org
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9535010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10874 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/version.cc

index 5b852bb..e5fd5ce 100644 (file)
--- 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 6d1abe4..e321b75 100644 (file)
@@ -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.)