OLD | NEW |
| 1 2011-03-14: Version 3.2.2 |
| 2 |
| 3 Fixed a number of crash and correctness bugs. |
| 4 |
| 5 Improved Crankshaft performance on all platforms. |
| 6 |
| 7 |
1 2011-03-10: Version 3.2.1 | 8 2011-03-10: Version 3.2.1 |
2 | 9 |
3 Fixed a number of crash bugs. | 10 Fixed a number of crash bugs. |
4 | 11 |
5 Improved Crankshaft for x64 and ARM. | 12 Improved Crankshaft for x64 and ARM. |
6 | 13 |
7 Implemented more of EcmaScript 5 strict mode. | 14 Implemented more of EcmaScript 5 strict mode. |
8 | 15 |
9 | 16 |
10 2011-03-07: Version 3.2.0 | 17 2011-03-07: Version 3.2.0 |
(...skipping 2566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2577 | 2584 |
2578 Improved debugger support by allowing nested break points and by | 2585 Improved debugger support by allowing nested break points and by |
2579 dealing with stack-overflows when compiling functions before | 2586 dealing with stack-overflows when compiling functions before |
2580 setting break points in them. | 2587 setting break points in them. |
2581 | 2588 |
2582 | 2589 |
2583 2008-07-03: Version 0.1.0 | 2590 2008-07-03: Version 0.1.0 |
2584 | 2591 |
2585 Initial export. | 2592 Initial export. |
2586 | 2593 |
OLD | NEW |