OLD | NEW |
| 1 2014-02-06: Version 3.24.33 |
| 2 |
| 3 Allow externalizing strings in old pointer space (Chromium issue |
| 4 268686). |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2014-02-05: Version 3.24.32 | 9 2014-02-05: Version 3.24.32 |
2 | 10 |
3 Add Box object to heap profiler. | 11 Add Box object to heap profiler. |
4 | 12 |
5 Check the offset argument of TypedArray.set for fitting into Smi | 13 Check the offset argument of TypedArray.set for fitting into Smi |
6 (Chromium issue 340125). | 14 (Chromium issue 340125). |
7 | 15 |
8 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
9 | 17 |
10 | 18 |
(...skipping 6624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6635 setting break points in them. | 6643 setting break points in them. |
6636 | 6644 |
6637 | 6645 |
6638 2008-07-03: Version 0.1.0 | 6646 2008-07-03: Version 0.1.0 |
6639 | 6647 |
6640 Initial export. | 6648 Initial export. |
6641 | 6649 |
6642 # Local Variables: | 6650 # Local Variables: |
6643 # mode:text | 6651 # mode:text |
6644 # End: | 6652 # End: |
OLD | NEW |