OLD | NEW |
| 1 2012-07-25: Version 3.12.16 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2012-07-24: Version 3.12.15 | 6 2012-07-24: Version 3.12.15 |
2 | 7 |
3 Added PRESERVE_ASCII_NULL option to String::WriteAscii. | 8 Added PRESERVE_ASCII_NULL option to String::WriteAscii. |
4 (issue 2252) | 9 (issue 2252) |
5 | 10 |
6 Added dependency to HLoadKeyed* instructions to prevent invalid | 11 Added dependency to HLoadKeyed* instructions to prevent invalid |
7 hoisting. (Chromium issue 137768) | 12 hoisting. (Chromium issue 137768) |
8 | 13 |
9 Enabled building d8 for Android on Mac. | 14 Enabled building d8 for Android on Mac. |
10 | 15 |
(...skipping 4438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4449 setting break points in them. | 4454 setting break points in them. |
4450 | 4455 |
4451 | 4456 |
4452 2008-07-03: Version 0.1.0 | 4457 2008-07-03: Version 0.1.0 |
4453 | 4458 |
4454 Initial export. | 4459 Initial export. |
4455 | 4460 |
4456 # Local Variables: | 4461 # Local Variables: |
4457 # mode:text | 4462 # mode:text |
4458 # End: | 4463 # End: |
OLD | NEW |