| OLD | NEW |
| 1 2014-01-16: Version 3.24.17 |
| 2 |
| 3 Make cells pointing to JSObjects weak in optimized code (issue 2073). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
| 8 2014-01-15: Version 3.24.16 |
| 9 |
| 10 Annotate mapped memory regions for LeakSanitizer (Chromium issue |
| 11 328552). |
| 12 |
| 13 Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium |
| 14 issue 315252). |
| 15 |
| 16 Performance and stability improvements on all platforms. |
| 17 |
| 18 |
| 1 2014-01-14: Version 3.24.15 | 19 2014-01-14: Version 3.24.15 |
| 2 | 20 |
| 3 Introduce an API mirroring the gc extension. | 21 Introduce an API mirroring the gc extension. |
| 4 | 22 |
| 5 Performance and stability improvements on all platforms. | 23 Performance and stability improvements on all platforms. |
| 6 | 24 |
| 7 | 25 |
| 8 2014-01-10: Version 3.24.14 | 26 2014-01-10: Version 3.24.14 |
| 9 | 27 |
| 10 ES6: Add Object.getOwnPropertySymbols (issue 3049). | 28 ES6: Add Object.getOwnPropertySymbols (issue 3049). |
| (...skipping 6487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6498 setting break points in them. | 6516 setting break points in them. |
| 6499 | 6517 |
| 6500 | 6518 |
| 6501 2008-07-03: Version 0.1.0 | 6519 2008-07-03: Version 0.1.0 |
| 6502 | 6520 |
| 6503 Initial export. | 6521 Initial export. |
| 6504 | 6522 |
| 6505 # Local Variables: | 6523 # Local Variables: |
| 6506 # mode:text | 6524 # mode:text |
| 6507 # End: | 6525 # End: |
| OLD | NEW |