OLD | NEW |
| 1 2011-03-07: Version 3.2.0 |
| 2 |
| 3 Fixed a number of crash bugs. |
| 4 |
| 5 Turned on Crankshaft by default on x64 and ARM. |
| 6 |
| 7 Improved Crankshaft for x64 and ARM. |
| 8 |
| 9 Implemented more of EcmaScript 5 strict mode. |
| 10 |
| 11 |
1 2011-03-02: Version 3.1.8 | 12 2011-03-02: Version 3.1.8 |
2 | 13 |
3 Fixed a number of crash bugs. | 14 Fixed a number of crash bugs. |
4 | 15 |
5 Improved Crankshaft for x64 and ARM. | 16 Improved Crankshaft for x64 and ARM. |
6 | 17 |
7 Implemented more of EcmaScript 5 strict mode. | 18 Implemented more of EcmaScript 5 strict mode. |
8 | 19 |
9 Fixed issue with unaligned reads and writes on ARM. | 20 Fixed issue with unaligned reads and writes on ARM. |
10 | 21 |
(...skipping 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2557 | 2568 |
2558 Improved debugger support by allowing nested break points and by | 2569 Improved debugger support by allowing nested break points and by |
2559 dealing with stack-overflows when compiling functions before | 2570 dealing with stack-overflows when compiling functions before |
2560 setting break points in them. | 2571 setting break points in them. |
2561 | 2572 |
2562 | 2573 |
2563 2008-07-03: Version 0.1.0 | 2574 2008-07-03: Version 0.1.0 |
2564 | 2575 |
2565 Initial export. | 2576 Initial export. |
2566 | 2577 |
OLD | NEW |