| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index d4ff9329eff171713866b445af5bbe0aeaf93550..76c42ee1fccf0fec3dac035a8c8f9a49dbb9cb3f 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,84 @@
|
| +2014-01-02: Version 3.24.9
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-30: Version 3.24.8
|
| +
|
| + ARM: fix loading of global object in LWrapReceiver (Chromium issue
|
| + 318420).
|
| +
|
| + Fix a race between concurrent recompilation and OSR (Chromium issue
|
| + 330046).
|
| +
|
| + Turn off concurrent sweeping (issue 3071).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-23: Version 3.24.7
|
| +
|
| + Fix small spec violation in String.prototype.split (issue 3026).
|
| +
|
| + Correctly resolve forcibly context allocated parameters in debug-
|
| + evaluate (Chromium issue 325676).
|
| +
|
| + Introduce Function::GetBoundFunction.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-20: Version 3.24.6
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-19: Version 3.24.5
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-18: Version 3.24.4
|
| +
|
| + Removed all stuff marked as V8_DEPRECATED.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-17: Version 3.24.3
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-17: Version 3.24.2
|
| +
|
| + Flush instruction cache for deserialized code objects.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-13: Version 3.24.1
|
| +
|
| + Fix polymorphic inlined calls with migrating prototypes.
|
| +
|
| + Fixed global object leak caused by overwriting the global receiver (the
|
| + global proxy) in the global object with the global object itself
|
| + (Chromium issue 324812).
|
| +
|
| + Initialize Date parse cache with SMI instead of double to workaround
|
| + sharing mutable heap numbers in snapshot (Chromium issue 280531).
|
| +
|
| + Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
|
| + 234135).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-09: Version 3.24.0
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2013-12-04: Version 3.23.18
|
|
|
| Performance and stability improvements on all platforms.
|
|
|