Author: [email protected]
Date: Mon Jul 13 06:49:57 2009
New Revision: 2437
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/version.cc
Log:
Prepare to push version 1.2.14 to trunk.
Review URL: http://codereview.chromium.org/149533
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Mon Jul 13 06:49:57 2009
@@ -1,3 +1,19 @@
+2009-07-13: Version 1.2.14
+
+ Added separate paged heap space for global property cells and
+ avoid updating the write barrier when storing into them.
+
+ Improved peep-hole optimization on ARM platforms by not emitting
+ unnecessary debug information.
+
+ Re-enabled ICs for loads and calls that skip a global object
+ during lookup through the prototype chain.
+
+ Allowed access through global proxies to use ICs.
+
+ Fixed issue 401.
+
+
2009-07-09: Version 1.2.13
Fixed issue 397, issue 398, and issue 399.
Modified: branches/bleeding_edge/src/version.cc
==============================================================================
--- branches/bleeding_edge/src/version.cc (original)
+++ branches/bleeding_edge/src/version.cc Mon Jul 13 06:49:57 2009
@@ -33,8 +33,8 @@
// NOTE these macros are used by the SCons build script so their names
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
-#define MINOR_VERSION 2
-#define BUILD_NUMBER 14
+#define MINOR_VERSION 3
+#define BUILD_NUMBER 0
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---