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

Unified Diff: ChangeLog

Issue 504056: Prepare push to trunk. We are now working on version 2.0.6 (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years 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 3488)
+++ ChangeLog (working copy)
@@ -1,23 +1,32 @@
+2009-12-18: Version 2.0.5
+
+ Extended to upper limit of map space to allow for 7 times as many map
+ to be allocated (issue 524).
+
+ Improved performance of code using closures.
+
+ Improved performance of some binary operations involving doubles.
+
Kasper Lund 2009/12/18 08:05:08 Extra newline here for consistency.
Søren Thygesen Gjesse 2009/12/18 08:27:21 Done.
2009-12-16: Version 2.0.4
- Added ECMAScript 5 Object.create.
+ Added ECMAScript 5 Object.create.
- Improved performance of Math.max and Math.min.
+ Improved performance of Math.max and Math.min.
- Optimized adding of strings on 64-bit platforms.
+ Optimized adding of strings on 64-bit platforms.
- Improved handling of external strings by using a separate table
- instead of weak handles. This improves garbage collection
- performance and uses less memory.
+ Improved handling of external strings by using a separate table
+ instead of weak handles. This improves garbage collection
+ performance and uses less memory.
- Changed code generation for object and array literals in toplevel
- code to be more compact by doing more work in the runtime.
+ Changed code generation for object and array literals in toplevel
+ code to be more compact by doing more work in the runtime.
- Fixed a crash bug triggered when garbage collection happened during
- generation of a callback load inline cache stub.
+ Fixed a crash bug triggered when garbage collection happened during
+ generation of a callback load inline cache stub.
- Fixed crash bug sometimes triggered when local variables shadowed
- parameters in functions that used the arguments object.
+ Fixed crash bug sometimes triggered when local variables shadowed
+ parameters in functions that used the arguments object.
2009-12-03: Version 2.0.3
« 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