OLD | NEW |
| 1 2010-01-14: Version 2.0.6 |
| 2 |
| 3 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor, |
| 4 GetOwnProperty, FromPropertyDescriptor. |
| 5 |
| 6 Fixed Mac x64 build errors. |
| 7 |
| 8 Improved performance of some math and string operations. |
| 9 |
| 10 Improved performance of some regexp operations. |
| 11 |
| 12 Improved performance of context creation. |
| 13 |
| 14 Improved performance of hash tables. |
| 15 |
| 16 |
1 2009-12-18: Version 2.0.5 | 17 2009-12-18: Version 2.0.5 |
2 | 18 |
3 Extended to upper limit of map space to allow for 7 times as many map | 19 Extended to upper limit of map space to allow for 7 times as many map |
4 to be allocated (issue 524). | 20 to be allocated (issue 524). |
5 | 21 |
6 Improved performance of code using closures. | 22 Improved performance of code using closures. |
7 | 23 |
8 Improved performance of some binary operations involving doubles. | 24 Improved performance of some binary operations involving doubles. |
9 | 25 |
10 | 26 |
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1454 | 1470 |
1455 Improved debugger support by allowing nested break points and by | 1471 Improved debugger support by allowing nested break points and by |
1456 dealing with stack-overflows when compiling functions before | 1472 dealing with stack-overflows when compiling functions before |
1457 setting break points in them. | 1473 setting break points in them. |
1458 | 1474 |
1459 | 1475 |
1460 2008-07-03: Version 0.1.0 | 1476 2008-07-03: Version 0.1.0 |
1461 | 1477 |
1462 Initial export. | 1478 Initial export. |
1463 | 1479 |
OLD | NEW |