OLD | NEW |
---|---|
1 2010-06-07: Version 2.2.16 | 1 2010-06-14: Version 2.2.17 |
2 | 2 |
3 Remove the SetExternalStringDiposeCallback API. Changed the | 3 Improved debugger support for stepping out of functions. |
4 | |
5 Improved heap profiling support. | |
Søren Thygesen Gjesse
2010/06/14 07:13:31
I don't think these changes are actually "availabl
| |
6 | |
7 Incremental performance improvements. | |
8 | |
9 | |
10 2010-06-09: Version 2.2.16 | |
11 | |
12 Removed the SetExternalStringDiposeCallback API. Changed the | |
4 disposal of external string resources to call a virtual Dispose | 13 disposal of external string resources to call a virtual Dispose |
5 method on the resource. | 14 method on the resource. |
6 | 15 |
7 Added support for more precise break points when debugging and | 16 Added support for more precise break points when debugging and |
8 stepping. | 17 stepping. |
9 | 18 |
10 Memory usage improvements on all platforms. | 19 Memory usage improvements on all platforms. |
11 | 20 |
12 | 21 |
13 2010-06-07: Version 2.2.15 | 22 2010-06-07: Version 2.2.15 |
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1758 | 1767 |
1759 Improved debugger support by allowing nested break points and by | 1768 Improved debugger support by allowing nested break points and by |
1760 dealing with stack-overflows when compiling functions before | 1769 dealing with stack-overflows when compiling functions before |
1761 setting break points in them. | 1770 setting break points in them. |
1762 | 1771 |
1763 | 1772 |
1764 2008-07-03: Version 0.1.0 | 1773 2008-07-03: Version 0.1.0 |
1765 | 1774 |
1766 Initial export. | 1775 Initial export. |
1767 | 1776 |
OLD | NEW |