Revision: 11593
Author: [email protected]
Date: Fri May 18 07:06:49 2012
Log: Prepare push to trunk. Now working on version 3.11.4.
[email protected]
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10413005
http://code.google.com/p/v8/source/detail?r=11593
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Wed May 16 05:35:01 2012
+++ /branches/bleeding_edge/ChangeLog Fri May 18 07:06:49 2012
@@ -1,3 +1,15 @@
+2012-05-18: Version 3.11.3
+
+ Disable optimization for functions that have scopes that cannot be
+ reconstructed from the context chain. (issue 2071)
+
+ Define V8_EXPORT to nothing for clients of v8. (Chromium issue
90078)
+
+ Correctly check for native error objects. (Chromium issue 2138)
+
+ Performance and stability improvements on all platforms.
+
+
2012-05-16: Version 3.11.2
Revert r11496. (Chromium issue 128146)
=======================================
--- /branches/bleeding_edge/src/version.cc Wed May 16 05:35:01 2012
+++ /branches/bleeding_edge/src/version.cc Fri May 18 07:06:49 2012
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 11
-#define BUILD_NUMBER 3
+#define BUILD_NUMBER 4
#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