Reviewers: Jakob,

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


[email protected]


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

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 fd3f4dd09c9946f6e8a8e2d1b215b6693651650b..84fedcb387f67b957dd37135153a9a6d59d71fad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-21: Version 3.9.23
+
+        Use correct arguments adaptation environment when inlining function
+        containing arguments. (Chromium issue V8:2014)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-03-20: Version 3.9.22

         Enabled count-based profiler by default.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 6a5b5dc6485beb010c9ec2a2eafa8b3da5378c42..40713eaab706177a4d921894694745aa9b5393de 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      23
+#define BUILD_NUMBER      24
 #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