Author: [EMAIL PROTECTED]
Date: Thu Oct 30 04:19:31 2008
New Revision: 652
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Prepare for pushing version 0.4.2.
Review URL: http://codereview.chromium.org/8911
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Thu Oct 30 04:19:31 2008
@@ -1,3 +1,20 @@
+2008-10-30: Version 0.4.2
+
+ Improved performance of Array.prototype.concat by moving the
+ implementation to C++ (issue 123).
+
+ Fixed heap growth policy to avoid growing old space to its maximum
+ capacity before doing a garbage collection and fixed issue that
+ would lead to artificial out of memory situations (issue 129).
+
+ Fixed Date.prototype.toLocaleDateString to return the date in the
+ same format as WebKit.
+
+ Added missing initialization checks to debugger API.
+
+ Added removing of unused maps during GC.
+
+
2008-10-28: Version 0.4.1
Added caching of RegExp data in compilation cache.
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Thu Oct 30 04:19:31 2008
@@ -2199,7 +2199,7 @@
const char* v8::V8::GetVersion() {
- return "0.4.2 (candidate)";
+ return "0.4.3 (candidate)";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---