OLD | NEW |
| 1 2011-03-02: Version 3.1.8 |
| 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 Fixed issue with unaligned reads and writes on ARM. |
| 10 |
| 11 Improved heap profiler support. |
| 12 |
| 13 |
1 2011-02-28: Version 3.1.7 | 14 2011-02-28: Version 3.1.7 |
2 | 15 |
3 Fixed a number of crash bugs. | 16 Fixed a number of crash bugs. |
4 | 17 |
5 Improved Crankshaft for x64 and ARM. | 18 Improved Crankshaft for x64 and ARM. |
6 | 19 |
7 Fixed implementation of indexOf/lastIndexOf for sparse | 20 Fixed implementation of indexOf/lastIndexOf for sparse |
8 arrays (http://crbug.com/73940). | 21 arrays (http://crbug.com/73940). |
9 | 22 |
10 Fixed bug in map space compaction (http://crbug.com/59688). | 23 Fixed bug in map space compaction (http://crbug.com/59688). |
11 | 24 |
12 Added support for direct getter accessors calls on ARM. | 25 Added support for direct getter accessors calls on ARM. |
13 | 26 |
14 | 27 |
15 2011-02-24: Version 3.1.6 | 28 2011-02-24: Version 3.1.6 |
16 | 29 |
17 Fixed a number of crash bugs. | 30 Fixed a number of crash bugs. |
(...skipping 2526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2544 | 2557 |
2545 Improved debugger support by allowing nested break points and by | 2558 Improved debugger support by allowing nested break points and by |
2546 dealing with stack-overflows when compiling functions before | 2559 dealing with stack-overflows when compiling functions before |
2547 setting break points in them. | 2560 setting break points in them. |
2548 | 2561 |
2549 | 2562 |
2550 2008-07-03: Version 0.1.0 | 2563 2008-07-03: Version 0.1.0 |
2551 | 2564 |
2552 Initial export. | 2565 Initial export. |
2553 | 2566 |
OLD | NEW |