Reviewers: Erik Corry,
Description:
Prepare push to trunk. Now working on version 2.5.9.
Please review this at http://codereview.chromium.org/5302002/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 5871)
+++ ChangeLog (working copy)
@@ -1,5 +1,14 @@
-2910-11-18: Version 2.5.7
+2010-11-23: Version 2.5.8
+ Removed dependency on Gay's dtoa.
+
+ Improved heap profiler precision and speed.
+
+ Reduced overhead of callback invocations on ARM.
+
+
+2010-11-18: Version 2.5.7
+
Fixed obscure evaluation order bug (issue 931).
Split the random number state between JavaScript and the private
API.
Index: src/version.cc
===================================================================
--- src/version.cc (revision 5871)
+++ src/version.cc (working copy)
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2
#define MINOR_VERSION 5
-#define BUILD_NUMBER 8
+#define BUILD_NUMBER 9
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev