OLD | NEW |
| 1 2011-03-10: Version 3.2.1 |
| 2 |
| 3 Fixed a number of crash bugs. |
| 4 |
| 5 Improved Crankshaft for x64 and ARM. |
| 6 |
| 7 Implemented more of EcmaScript 5 strict mode. |
| 8 |
| 9 |
1 2011-03-07: Version 3.2.0 | 10 2011-03-07: Version 3.2.0 |
2 | 11 |
3 Fixed a number of crash bugs. | 12 Fixed a number of crash bugs. |
4 | 13 |
5 Turned on Crankshaft by default on x64 and ARM. | 14 Turned on Crankshaft by default on x64 and ARM. |
6 | 15 |
7 Improved Crankshaft for x64 and ARM. | 16 Improved Crankshaft for x64 and ARM. |
8 | 17 |
9 Implemented more of EcmaScript 5 strict mode. | 18 Implemented more of EcmaScript 5 strict mode. |
10 | 19 |
(...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2568 | 2577 |
2569 Improved debugger support by allowing nested break points and by | 2578 Improved debugger support by allowing nested break points and by |
2570 dealing with stack-overflows when compiling functions before | 2579 dealing with stack-overflows when compiling functions before |
2571 setting break points in them. | 2580 setting break points in them. |
2572 | 2581 |
2573 | 2582 |
2574 2008-07-03: Version 0.1.0 | 2583 2008-07-03: Version 0.1.0 |
2575 | 2584 |
2576 Initial export. | 2585 Initial export. |
2577 | 2586 |
OLD | NEW |