OLD | NEW |
| 1 2012-08-10: Version 3.13.0 |
| 2 |
| 3 Added histograms for total allocated/live heap size, as well as |
| 4 allocated size and percentage of total for map and cell space. |
| 5 |
| 6 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). |
| 7 (issue 1645) |
| 8 |
| 9 Added checks for interceptors to negative lookup code in Crankshaft. |
| 10 (Chromium issue 140473) |
| 11 |
| 12 Made incremental marking clear ICs and type feedback cells. |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2012-08-01: Version 3.12.19 | 17 2012-08-01: Version 3.12.19 |
2 | 18 |
3 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
4 | 20 |
5 | 21 |
6 2012-07-30: Version 3.12.18 | 22 2012-07-30: Version 3.12.18 |
7 | 23 |
8 Forced using bit-pattern for signed zero double. (issue 2239) | 24 Forced using bit-pattern for signed zero double. (issue 2239) |
9 | 25 |
10 Made sure double to int conversion is correct. (issue 2260) | 26 Made sure double to int conversion is correct. (issue 2260) |
(...skipping 4472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4483 setting break points in them. | 4499 setting break points in them. |
4484 | 4500 |
4485 | 4501 |
4486 2008-07-03: Version 0.1.0 | 4502 2008-07-03: Version 0.1.0 |
4487 | 4503 |
4488 Initial export. | 4504 Initial export. |
4489 | 4505 |
4490 # Local Variables: | 4506 # Local Variables: |
4491 # mode:text | 4507 # mode:text |
4492 # End: | 4508 # End: |
OLD | NEW |