OLD | NEW |
| 1 2012-07-17: Version 3.12.13 |
| 2 |
| 3 Fixed missing tagging of stack value in finally block. |
| 4 (Chromium issue 137496) |
| 5 |
| 6 Added more support for heap analysis. |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2012-07-16: Version 3.12.12 | 11 2012-07-16: Version 3.12.12 |
2 | 12 |
3 Added an option to the tickprocessor to specify the directory for lib | 13 Added an option to the tickprocessor to specify the directory for lib |
4 lookup. | 14 lookup. |
5 | 15 |
6 Fixed ICs for slow objects with native accessor (Chromium issue 137002). | 16 Fixed ICs for slow objects with native accessor (Chromium issue 137002). |
7 | 17 |
8 Fixed transcendental cache on ARM in optimized code (issue 2234). | 18 Fixed transcendental cache on ARM in optimized code (issue 2234). |
9 | 19 |
10 New heap inspection tools: counters for object sizes and counts, | 20 New heap inspection tools: counters for object sizes and counts, |
(...skipping 4395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4406 setting break points in them. | 4416 setting break points in them. |
4407 | 4417 |
4408 | 4418 |
4409 2008-07-03: Version 0.1.0 | 4419 2008-07-03: Version 0.1.0 |
4410 | 4420 |
4411 Initial export. | 4421 Initial export. |
4412 | 4422 |
4413 # Local Variables: | 4423 # Local Variables: |
4414 # mode:text | 4424 # mode:text |
4415 # End: | 4425 # End: |
OLD | NEW |