Reviewers: Vyacheslav Egorov,
Description:
Prepare push to trunk. Now working on version 2.4.6.
Please review this at http://codereview.chromium.org/3466009/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 5500)
+++ ChangeLog (working copy)
@@ -1,3 +1,16 @@
+2010-09-22: Version 2.4.5
+ Performance improvements on all platforms.
+
+ Changed the RegExp benchmark to exercise the regexp engine on
different
+ inputs by scrambling the input strings.
+
+ Fixed a bug in keyed loads on strings.
+
+ Fixed a bug with loading global function prototypes.
+
+ Fixed a bug with profiling RegExp calls (issue crbug/55999).
+
+
2010-09-15: Version 2.4.4
Fixed bug with hangs on very large sparse arrays.
Index: src/version.cc
===================================================================
--- src/version.cc (revision 5500)
+++ 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 4
-#define BUILD_NUMBER 5
+#define BUILD_NUMBER 6
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev