OLD | NEW |
1 2010-03-17: Version 2.1.5 | 1 2010-03-22: Version 2.1.7 |
2 | 2 |
| 3 Fixed issue 650. |
| 4 |
| 5 Fixed a bug where __proto__ was sometimes enumerated (issue 646). |
| 6 |
3 Performance improvements for arithmetic operations. | 7 Performance improvements for arithmetic operations. |
4 | 8 |
5 Performance improvements for string operations. | 9 Performance improvements for string operations. |
6 | 10 |
| 11 Print script name and line number information in stack trace. |
| 12 |
| 13 Performance improvements on all platforms. |
| 14 |
| 15 |
| 16 2010-03-17: Version 2.1.6 |
| 17 |
| 18 Performance improvements for arithmetic operations. |
| 19 |
| 20 Performance improvements for string operations. |
| 21 |
| 22 |
7 2010-03-10: Version 2.1.4 | 23 2010-03-10: Version 2.1.4 |
8 | 24 |
9 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). | 25 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). |
10 | 26 |
11 Performance improvements on all platforms. | 27 Performance improvements on all platforms. |
12 | 28 |
13 | 29 |
14 2010-03-10: Version 2.1.3 | 30 2010-03-10: Version 2.1.3 |
15 | 31 |
16 Added API method for context-disposal notifications. | 32 Added API method for context-disposal notifications. |
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1553 | 1569 |
1554 Improved debugger support by allowing nested break points and by | 1570 Improved debugger support by allowing nested break points and by |
1555 dealing with stack-overflows when compiling functions before | 1571 dealing with stack-overflows when compiling functions before |
1556 setting break points in them. | 1572 setting break points in them. |
1557 | 1573 |
1558 | 1574 |
1559 2008-07-03: Version 0.1.0 | 1575 2008-07-03: Version 0.1.0 |
1560 | 1576 |
1561 Initial export. | 1577 Initial export. |
1562 | 1578 |
OLD | NEW |