OLD | NEW |
| 1 2013-12-02: Version 3.23.16 |
| 2 |
| 3 Array builtins need to be prevented from changing frozen objects, and |
| 4 changing structure on sealed objects (Chromium issue 299979). |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-11-29: Version 3.23.15 | 9 2013-11-29: Version 3.23.15 |
2 | 10 |
3 Fix context register allocation in LTransitionElementsKind | 11 Fix context register allocation in LTransitionElementsKind |
4 (Chromium issue 324306). | 12 (Chromium issue 324306). |
5 | 13 |
6 Fix bug in inlining Function.apply (Chromium issue 323942). | 14 Fix bug in inlining Function.apply (Chromium issue 323942). |
7 | 15 |
8 Ensure that length is Smi in TypedArrayFromArrayLike constructor | 16 Ensure that length is Smi in TypedArrayFromArrayLike constructor |
9 (Chromium issue 324028). | 17 (Chromium issue 324028). |
10 | 18 |
(...skipping 6331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6342 setting break points in them. | 6350 setting break points in them. |
6343 | 6351 |
6344 | 6352 |
6345 2008-07-03: Version 0.1.0 | 6353 2008-07-03: Version 0.1.0 |
6346 | 6354 |
6347 Initial export. | 6355 Initial export. |
6348 | 6356 |
6349 # Local Variables: | 6357 # Local Variables: |
6350 # mode:text | 6358 # mode:text |
6351 # End: | 6359 # End: |
OLD | NEW |