OLD | NEW |
| 1 2010-03-24: Version 2.1.8 |
| 2 |
| 3 Added fine-grained garbage collection callbacks to the API. |
| 4 |
| 5 Performance improvements on all platforms. |
| 6 |
| 7 |
1 2010-03-22: Version 2.1.7 | 8 2010-03-22: Version 2.1.7 |
2 | 9 |
3 Fixed issue 650. | 10 Fixed issue 650. |
4 | 11 |
5 Fixed a bug where __proto__ was sometimes enumerated (issue 646). | 12 Fixed a bug where __proto__ was sometimes enumerated (issue 646). |
6 | 13 |
7 Performance improvements for arithmetic operations. | 14 Performance improvements for arithmetic operations. |
8 | 15 |
9 Performance improvements for string operations. | 16 Performance improvements for string operations. |
10 | 17 |
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1567 | 1574 |
1568 Improved debugger support by allowing nested break points and by | 1575 Improved debugger support by allowing nested break points and by |
1569 dealing with stack-overflows when compiling functions before | 1576 dealing with stack-overflows when compiling functions before |
1570 setting break points in them. | 1577 setting break points in them. |
1571 | 1578 |
1572 | 1579 |
1573 2008-07-03: Version 0.1.0 | 1580 2008-07-03: Version 0.1.0 |
1574 | 1581 |
1575 Initial export. | 1582 Initial export. |
1576 | 1583 |
OLD | NEW |