| OLD | NEW |
| 1 2010-05-17: Version 2.2.10 |
| 2 |
| 3 Performance improvements in the x64 and ARM backends. |
| 4 |
| 5 |
| 1 2010-05-10: Version 2.2.9 | 6 2010-05-10: Version 2.2.9 |
| 2 | 7 |
| 3 Allow Object.create to be called with a function (issue 697). | 8 Allow Object.create to be called with a function (issue 697). |
| 4 | 9 |
| 5 Fixed bug with Date.parse returning a non-NaN value when called on a | 10 Fixed bug with Date.parse returning a non-NaN value when called on a |
| 6 non date string (issue 696). | 11 non date string (issue 696). |
| 7 | 12 |
| 8 Allow unaligned memory accesses on ARM targets that support it (by | 13 Allow unaligned memory accesses on ARM targets that support it (by |
| 9 Subrato K De of CodeAurora <subratokde@codeaurora.org>). | 14 Subrato K De of CodeAurora <subratokde@codeaurora.org>). |
| 10 | 15 |
| (...skipping 1670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1681 | 1686 |
| 1682 Improved debugger support by allowing nested break points and by | 1687 Improved debugger support by allowing nested break points and by |
| 1683 dealing with stack-overflows when compiling functions before | 1688 dealing with stack-overflows when compiling functions before |
| 1684 setting break points in them. | 1689 setting break points in them. |
| 1685 | 1690 |
| 1686 | 1691 |
| 1687 2008-07-03: Version 0.1.0 | 1692 2008-07-03: Version 0.1.0 |
| 1688 | 1693 |
| 1689 Initial export. | 1694 Initial export. |
| 1690 | 1695 |
| OLD | NEW |