Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: ChangeLog

Issue 115458: Prepare to push version 1.2.4 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 1981)
+++ ChangeLog (working copy)
@@ -1,3 +1,30 @@
+2009-05-18: Version 1.2.4
+
+ Improved performance of floating point number allocation for ARM
+ platforms.
+
+ Fixed crash when using the instanceof operator on functions with
+ number values in their prototype chain (issue 341).
+
+ Optimized virtual frame operations in the code generator to speed
+ up compilation time and allocated the frames in the zone.
+
+ Made the representation of virtual frame and jump targets in the
+ code generator much more compact.
+
+ Avoided linear search for non-locals in scope code when resolving
+ variables inside with and eval scopes.
+
+ Optimized lexical scanner by dealing with whitespace as part of
+ the token scanning instead of as a separate step before it.
+
+ Changed the scavenging collector so that promoted objects do not
+ reside in the old generation while their remembered set is being
+ swept for pointers into the young generation.
+
+ Fixed numeric overflow handling when compiling count operations.
+
+
2009-05-11: Version 1.2.3
Fixed bug in reporting of out-of-memory situations.
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698