| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index c2cbfdaff4b7e6fb9108938a53e945d422a8b7fc..1d3f139e11e7c24852cfe943ba9229e2871a85d1 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,56 @@
|
| +2014-02-10: Version 3.24.35
|
| +
|
| + Fix inconsistencies wrt whitespaces (issue 3109).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-07: Version 3.24.34
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-06: Version 3.24.33
|
| +
|
| + Allow externalizing strings in old pointer space (Chromium issue
|
| + 268686).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-05: Version 3.24.32
|
| +
|
| + Add Box object to heap profiler.
|
| +
|
| + Check the offset argument of TypedArray.set for fitting into Smi
|
| + (Chromium issue 340125).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-04: Version 3.24.31
|
| +
|
| + Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium
|
| + issue 336148).
|
| +
|
| + Elements field of newly allocated JSArray could be left uninitialized in
|
| + some cases (fast literal case) (Chromium issue 340124).
|
| +
|
| + Re-enable escape analysis.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-03: Version 3.24.30
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-02-01: Version 3.24.29
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2014-01-31: Version 3.24.28
|
|
|
| Don't crash in Array.join() if the resulting string exceeds the max
|
|
|