| OLD | NEW |
| 1 2010-06-07: Version 2.2.15 |
| 2 |
| 3 Add an API to control the disposal of external string resources. |
| 4 |
| 5 Add missing initialization of a couple of variables which makes |
| 6 some compilers complaint when compiling with -Werror. |
| 7 |
| 8 Improve performance on all platforms. |
| 9 |
| 10 |
| 1 2010-06-02: Version 2.2.14 | 11 2010-06-02: Version 2.2.14 |
| 2 | 12 |
| 3 Fixed a crash in code generated for String.charCodeAt. | 13 Fixed a crash in code generated for String.charCodeAt. |
| 4 | 14 |
| 5 Fixed a compilation issue with some GCC versions (issue 727). | 15 Fixed a compilation issue with some GCC versions (issue 727). |
| 6 | 16 |
| 7 Performance optimizations on x64 and ARM platforms. | 17 Performance optimizations on x64 and ARM platforms. |
| 8 | 18 |
| 9 | 19 |
| 10 2010-05-31: Version 2.2.13 | 20 2010-05-31: Version 2.2.13 |
| (...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1736 | 1746 |
| 1737 Improved debugger support by allowing nested break points and by | 1747 Improved debugger support by allowing nested break points and by |
| 1738 dealing with stack-overflows when compiling functions before | 1748 dealing with stack-overflows when compiling functions before |
| 1739 setting break points in them. | 1749 setting break points in them. |
| 1740 | 1750 |
| 1741 | 1751 |
| 1742 2008-07-03: Version 0.1.0 | 1752 2008-07-03: Version 0.1.0 |
| 1743 | 1753 |
| 1744 Initial export. | 1754 Initial export. |
| 1745 | 1755 |
| OLD | NEW |