Prepare push to trunk. We are now working on version 2.0.5.
Review URL: http://codereview.chromium.org/502031 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3474 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
482d434f4d
commit
e7fd8bb56e
22
ChangeLog
22
ChangeLog
@ -1,3 +1,25 @@
|
||||
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.
|
||||
|
||||
|
||||
2009-12-03: Version 2.0.3
|
||||
|
||||
Optimized handling and adding of strings, for-in and Array.join.
|
||||
|
@ -34,7 +34,7 @@
|
||||
// cannot be changed without changing the SCons build script.
|
||||
#define MAJOR_VERSION 2
|
||||
#define MINOR_VERSION 0
|
||||
#define BUILD_NUMBER 4
|
||||
#define BUILD_NUMBER 5
|
||||
#define PATCH_LEVEL 0
|
||||
#define CANDIDATE_VERSION true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user