OLD | NEW |
| 1 2010-06-02: Version 2.2.14 |
| 2 |
| 3 Fixed a crash in code generated for String.charCodeAt. |
| 4 |
| 5 Fixed a compilation issue with some GCC versions (issue 727). |
| 6 |
| 7 Performance optimizations on x64 and ARM platforms. |
| 8 |
| 9 |
1 2010-05-31: Version 2.2.13 | 10 2010-05-31: Version 2.2.13 |
2 | 11 |
3 Implement Object.getOwnPropertyDescriptor for element indices and | 12 Implement Object.getOwnPropertyDescriptor for element indices and |
4 strings (issue 599). | 13 strings (issue 599). |
5 | 14 |
6 Fix bug for windows 64 bit C calls from generated code. | 15 Fix bug for windows 64 bit C calls from generated code. |
7 | 16 |
8 Add new scons flag unalignedaccesses for arm builds. | 17 Add new scons flag unalignedaccesses for arm builds. |
9 | 18 |
10 Performance improvements on all platforms. | 19 Performance improvements on all platforms. |
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 | 1736 |
1728 Improved debugger support by allowing nested break points and by | 1737 Improved debugger support by allowing nested break points and by |
1729 dealing with stack-overflows when compiling functions before | 1738 dealing with stack-overflows when compiling functions before |
1730 setting break points in them. | 1739 setting break points in them. |
1731 | 1740 |
1732 | 1741 |
1733 2008-07-03: Version 0.1.0 | 1742 2008-07-03: Version 0.1.0 |
1734 | 1743 |
1735 Initial export. | 1744 Initial export. |
1736 | 1745 |
OLD | NEW |