| OLD | NEW |
| 1 2014-01-22: Version 3.24.21 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
| 6 2014-01-21: Version 3.24.20 |
| 7 |
| 8 ES6: Implement Object.setPrototypeOf (issue 2675). |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
| 13 2014-01-20: Version 3.24.19 |
| 14 |
| 15 Introduce a setting to control the toolset for which d8 is compiled |
| 16 (issue 1775). |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
| 21 2014-01-17: Version 3.24.18 |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
| 1 2014-01-16: Version 3.24.17 | 26 2014-01-16: Version 3.24.17 |
| 2 | 27 |
| 3 Make cells pointing to JSObjects weak in optimized code (issue 2073). | 28 Make cells pointing to JSObjects weak in optimized code (issue 2073). |
| 4 | 29 |
| 5 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
| 6 | 31 |
| 7 | 32 |
| 8 2014-01-15: Version 3.24.16 | 33 2014-01-15: Version 3.24.16 |
| 9 | 34 |
| 10 Annotate mapped memory regions for LeakSanitizer (Chromium issue | 35 Annotate mapped memory regions for LeakSanitizer (Chromium issue |
| (...skipping 6505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6516 setting break points in them. | 6541 setting break points in them. |
| 6517 | 6542 |
| 6518 | 6543 |
| 6519 2008-07-03: Version 0.1.0 | 6544 2008-07-03: Version 0.1.0 |
| 6520 | 6545 |
| 6521 Initial export. | 6546 Initial export. |
| 6522 | 6547 |
| 6523 # Local Variables: | 6548 # Local Variables: |
| 6524 # mode:text | 6549 # mode:text |
| 6525 # End: | 6550 # End: |
| OLD | NEW |