Author: [email protected]
Date: Tue Jun 23 00:16:22 2009
New Revision: 2247
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/version.cc
Log:
Prepare to push V8 version 1.2.9 to trunk.
Review URL: http://codereview.chromium.org/146017
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Tue Jun 23 00:16:22 2009
@@ -1,3 +1,25 @@
+2009-06-23: Version 1.2.9
+
+ Improved math performance on ARM.
+
+ Fixed profiler name-inference bug.
+
+ Fixed handling of shared libraries in the profiler tick processor
+ scripts.
+
+ Fixed handling of tests that time out in the test scripts.
+
+ Fixed compilation on MacOS X version 10.4.
+
+ Fixed two bugs in the regular expression engine.
+
+ Fixed a bug in the string type inference.
+
+ Fixed a bug in the handling of 'constant function' properties.
+
+ Improved overall performance.
+
+
2009-06-16: Version 1.2.8
Optimized math on ARM platforms.
Modified: branches/bleeding_edge/src/version.cc
==============================================================================
--- branches/bleeding_edge/src/version.cc (original)
+++ branches/bleeding_edge/src/version.cc Tue Jun 23 00:16:22 2009
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 2
-#define BUILD_NUMBER 9
+#define BUILD_NUMBER 10
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---