OLD | NEW |
| 1 2013-02-13: Version 3.17.0 |
| 2 |
| 3 Enabled parallel sweeping. |
| 4 |
| 5 Don't try to unlink instructions twice during GVN |
| 6 (Chromium issue 175141) |
| 7 |
| 8 Fixed code flusher disabling while marking incrementally. |
| 9 (Chromium issue 173458, 168582) |
| 10 |
| 11 Don't use TLS for space iterators. |
| 12 (issue 2531) |
| 13 |
| 14 Added new GetHeapStatistics API entry and deprecated old one. |
| 15 |
| 16 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified |
| 17 platform-independent code. |
| 18 (Chromium issue 173907) |
| 19 |
| 20 Added --trace-array-abuse to help find OOB accesses. |
| 21 |
| 22 Performance and stability improvements on all platforms. |
| 23 |
| 24 |
1 2013-02-06: Version 3.16.14 | 25 2013-02-06: Version 3.16.14 |
2 | 26 |
3 Performance and stability improvements on all platforms. | 27 Performance and stability improvements on all platforms. |
4 | 28 |
5 | 29 |
6 2013-02-04: Version 3.16.13 | 30 2013-02-04: Version 3.16.13 |
7 | 31 |
8 Tagged stubs that rely on instance types as MEGAMORPHIC. | 32 Tagged stubs that rely on instance types as MEGAMORPHIC. |
9 (Chromium issue 173974) | 33 (Chromium issue 173974) |
10 | 34 |
(...skipping 5040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5051 setting break points in them. | 5075 setting break points in them. |
5052 | 5076 |
5053 | 5077 |
5054 2008-07-03: Version 0.1.0 | 5078 2008-07-03: Version 0.1.0 |
5055 | 5079 |
5056 Initial export. | 5080 Initial export. |
5057 | 5081 |
5058 # Local Variables: | 5082 # Local Variables: |
5059 # mode:text | 5083 # mode:text |
5060 # End: | 5084 # End: |
OLD | NEW |