OLD | NEW |
---|---|
1 2010-05-21: Version 2.2.11 | |
2 | |
3 Fix crash bug in liveedit on 64 bit. | |
4 | |
5 Use 'full compiler' when debugging is active. Page reload may be | |
Søren Thygesen Gjesse
2010/05/21 11:15:13
I think "Page reload may be needed" should be chan
| |
6 needed. This should increase the density of possible break points, | |
7 making single step more fine grained. IA32 and x64 only for now. | |
8 | |
9 Misc. fixes to the Solaris build. | |
10 | |
11 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp. | |
12 | |
13 Improve security when CPU profiling. | |
Søren Thygesen Gjesse
2010/05/21 11:15:13
I think this should be changed to something like "
| |
14 | |
15 Fix crash bug on ARM when running without VFP. | |
Søren Thygesen Gjesse
2010/05/21 11:15:13
VFP ->VFP3?
| |
16 | |
17 Incremental performance improvements in all backends. | |
18 | |
1 2010-05-17: Version 2.2.10 | 19 2010-05-17: Version 2.2.10 |
2 | 20 |
3 Performance improvements in the x64 and ARM backends. | 21 Performance improvements in the x64 and ARM backends. |
4 | 22 |
5 | 23 |
6 2010-05-10: Version 2.2.9 | 24 2010-05-10: Version 2.2.9 |
7 | 25 |
8 Allow Object.create to be called with a function (issue 697). | 26 Allow Object.create to be called with a function (issue 697). |
9 | 27 |
10 Fixed bug with Date.parse returning a non-NaN value when called on a | 28 Fixed bug with Date.parse returning a non-NaN value when called on a |
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1686 | 1704 |
1687 Improved debugger support by allowing nested break points and by | 1705 Improved debugger support by allowing nested break points and by |
1688 dealing with stack-overflows when compiling functions before | 1706 dealing with stack-overflows when compiling functions before |
1689 setting break points in them. | 1707 setting break points in them. |
1690 | 1708 |
1691 | 1709 |
1692 2008-07-03: Version 0.1.0 | 1710 2008-07-03: Version 0.1.0 |
1693 | 1711 |
1694 Initial export. | 1712 Initial export. |
1695 | 1713 |
OLD | NEW |