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

Unified Diff: ChangeLog

Issue 6265: Update version to 0.3.5 in preparation for pushing (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 436)
+++ ChangeLog (working copy)
@@ -1,3 +1,28 @@
+2008-10-06: Version 0.3.4
+
+ Changed Array.prototype.sort to use quick sort.
+
+ Fixed code generation issue where leaving a finally block with
+ break or continue would accumulate elements on the expression
+ stack (issue 86).
+
+ Made sure that the name accessor on functions returns the expected
+ names for builtin JavaScript functions and C++ callback functions.
+
+ Added fast case code for extending the property storage array of
+ JavaScript objects.
+
+ Ported switch statement optimizations introduced in version 0.3.3
+ to the ARM code generator.
+
+ Allowed GCC to use strict-aliasing rules when compiling.
+
+ Improved performance of arguments object allocation by taking care
+ of arguments adaptor frames in the generated code.
+
+ Updated the V8 benchmark suite to version 2.
+
+
2008-09-25: Version 0.3.3
Improved handling of relocation information to enable more
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698