Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.9.20.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9703018/
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
7e351fdf965029653c15e467cfc77265498944f5..533deec8cdf7727b90a7ede781c30de376ff5d02
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-14: Version 3.9.19
+
+ Ensure there is a smi check of the receiver for global load and
call
+ ICs (issue 117794).
+
+ Performance and stability improvements on all platforms.
+
+
2012-03-13: Version 3.9.18
Ensure consistency of Math.sqrt on Intel platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
05cf4d65eb59972523e1cff5d14a1b7ced24af1b..bff6f28d9fa735bc9dc213cc87d3122ffc8ee35f
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 19
+#define BUILD_NUMBER 20
#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