OLD | NEW |
| 1 2012-02-29: Version 3.9.13 |
| 2 |
| 3 Add code kind check before preparing for OSR. (issue 1900, 115073) |
| 4 |
| 5 Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802) |
| 6 |
| 7 Port string construct stub to x64. (issue 849) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-02-28: Version 3.9.12 | 12 2012-02-28: Version 3.9.12 |
2 | 13 |
3 Fix the negative lookup stub to handle deleted entries in a dictionary. | 14 Fix the negative lookup stub to handle deleted entries in a dictionary. |
4 (issue 1964) | 15 (issue 1964) |
5 | 16 |
6 Add a new API where the host can supply a callback function. The | 17 Add a new API where the host can supply a callback function. The |
7 callback function can resolve the location of a return address on stack | 18 callback function can resolve the location of a return address on stack |
8 to the location where a return-address rewriting profiler stashed the | 19 to the location where a return-address rewriting profiler stashed the |
9 original return address. | 20 original return address. |
10 | 21 |
(...skipping 3785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3796 setting break points in them. | 3807 setting break points in them. |
3797 | 3808 |
3798 | 3809 |
3799 2008-07-03: Version 0.1.0 | 3810 2008-07-03: Version 0.1.0 |
3800 | 3811 |
3801 Initial export. | 3812 Initial export. |
3802 | 3813 |
3803 # Local Variables: | 3814 # Local Variables: |
3804 # mode:text | 3815 # mode:text |
3805 # End: | 3816 # End: |
OLD | NEW |