OLD | NEW |
1 2010-04-21: Version 2.3.4 | 1 2010-04-26: Version 2.2.5 |
2 | 2 |
| 3 Various performance improvements (especially for ARM and x64) |
| 4 |
| 5 Fixed bug in CPU profiling (http://crbug.com/42137) |
| 6 |
| 7 Fixed a bug with the natives cache. |
| 8 |
| 9 Fixed two bugs in the ARM code generator that can cause |
| 10 wrong calculations. |
| 11 |
| 12 Fixed a bug that may cause a wrong result for shift operations. |
| 13 |
| 14 |
| 15 2010-04-21: Version 2.2.4 |
| 16 |
3 Fixed warnings on arm on newer GCC versions. | 17 Fixed warnings on arm on newer GCC versions. |
4 | 18 |
5 Fixed a number of minor bugs. | 19 Fixed a number of minor bugs. |
6 | 20 |
7 Performance improvements on all platforms. | 21 Performance improvements on all platforms. |
8 | 22 |
9 | 23 |
10 2010-04-14: Version 2.2.3 | 24 2010-04-14: Version 2.2.3 |
11 | 25 |
12 Added stack command and mem command to ARM simulator debugger. | 26 Added stack command and mem command to ARM simulator debugger. |
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1630 | 1644 |
1631 Improved debugger support by allowing nested break points and by | 1645 Improved debugger support by allowing nested break points and by |
1632 dealing with stack-overflows when compiling functions before | 1646 dealing with stack-overflows when compiling functions before |
1633 setting break points in them. | 1647 setting break points in them. |
1634 | 1648 |
1635 | 1649 |
1636 2008-07-03: Version 0.1.0 | 1650 2008-07-03: Version 0.1.0 |
1637 | 1651 |
1638 Initial export. | 1652 Initial export. |
1639 | 1653 |
OLD | NEW |