OLD | NEW |
| 1 2010-03-17: Version 2.1.5 |
| 2 |
| 3 Performance improvements for arithmetic operations. |
| 4 |
| 5 Performance improvements for string operations. |
| 6 |
1 2010-03-10: Version 2.1.4 | 7 2010-03-10: Version 2.1.4 |
2 | 8 |
3 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). | 9 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). |
4 | 10 |
5 Performance improvements on all platforms. | 11 Performance improvements on all platforms. |
6 | 12 |
7 | 13 |
8 2010-03-10: Version 2.1.3 | 14 2010-03-10: Version 2.1.3 |
9 | 15 |
10 Added API method for context-disposal notifications. | 16 Added API method for context-disposal notifications. |
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1547 | 1553 |
1548 Improved debugger support by allowing nested break points and by | 1554 Improved debugger support by allowing nested break points and by |
1549 dealing with stack-overflows when compiling functions before | 1555 dealing with stack-overflows when compiling functions before |
1550 setting break points in them. | 1556 setting break points in them. |
1551 | 1557 |
1552 | 1558 |
1553 2008-07-03: Version 0.1.0 | 1559 2008-07-03: Version 0.1.0 |
1554 | 1560 |
1555 Initial export. | 1561 Initial export. |
1556 | 1562 |
OLD | NEW |