Revision: 3489 Author: [email protected] Date: Fri Dec 18 00:21:21 2009 Log: Prepare push to trunk. We are now working on version 2.0.6 Review URL: http://codereview.chromium.org/504056 http://code.google.com/p/v8/source/detail?r=3489
Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Dec 16 07:23:25 2009 +++ /branches/bleeding_edge/ChangeLog Fri Dec 18 00:21:21 2009 @@ -1,23 +1,33 @@ +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. + + 2009-12-16: Version 2.0.4 - Added ECMAScript 5 Object.create. - - Improved performance of Math.max and Math.min. - - 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. - - 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 crash bug sometimes triggered when local variables shadowed - parameters in functions that used the arguments object. + Added ECMAScript 5 Object.create. + + Improved performance of Math.max and Math.min. + + 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. + + 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 crash bug sometimes triggered when local variables shadowed + parameters in functions that used the arguments object. 2009-12-03: Version 2.0.3 ======================================= --- /branches/bleeding_edge/src/version.cc Wed Dec 16 07:23:25 2009 +++ /branches/bleeding_edge/src/version.cc Fri Dec 18 00:21:21 2009 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 2 #define MINOR_VERSION 0 -#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
