OLD | NEW |
| 1 2014-01-16: Version 3.24.17 |
| 2 |
| 3 Make it possible to compile d8 for the host toolset as well (issue |
| 4 1775). |
| 5 |
| 6 Make cells pointing to JSObjects weak in optimized code (issue 2073). |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2014-01-15: Version 3.24.16 | 11 2014-01-15: Version 3.24.16 |
2 | 12 |
3 Annotate mapped memory regions for LeakSanitizer (Chromium issue | 13 Annotate mapped memory regions for LeakSanitizer (Chromium issue |
4 328552). | 14 328552). |
5 | 15 |
6 Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium | 16 Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium |
7 issue 315252). | 17 issue 315252). |
8 | 18 |
9 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
10 | 20 |
(...skipping 6498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6509 setting break points in them. | 6519 setting break points in them. |
6510 | 6520 |
6511 | 6521 |
6512 2008-07-03: Version 0.1.0 | 6522 2008-07-03: Version 0.1.0 |
6513 | 6523 |
6514 Initial export. | 6524 Initial export. |
6515 | 6525 |
6516 # Local Variables: | 6526 # Local Variables: |
6517 # mode:text | 6527 # mode:text |
6518 # End: | 6528 # End: |
OLD | NEW |