| OLD | NEW |
| 1 2011-02-28: Version 3.1.7 |
| 2 |
| 3 Fixed a number of crash bugs. |
| 4 |
| 5 Improved Crankshaft for x64 and ARM. |
| 6 |
| 7 Fixed implementation of indexOf/lastIndexOf for sparse |
| 8 arrays (http://crbug.com/73940). |
| 9 |
| 10 Fixed bug in map space compaction (http://crbug.com/59688). |
| 11 |
| 12 Added support for direct getter accessors calls on ARM. |
| 13 |
| 14 |
| 1 2011-02-24: Version 3.1.6 | 15 2011-02-24: Version 3.1.6 |
| 2 | 16 |
| 3 Fixed a number of crash bugs. | 17 Fixed a number of crash bugs. |
| 4 | 18 |
| 5 Added support for Cygwin (issue 64). | 19 Added support for Cygwin (issue 64). |
| 6 | 20 |
| 7 Improved Crankshaft for x64 and ARM. | 21 Improved Crankshaft for x64 and ARM. |
| 8 | 22 |
| 9 Added Crankshaft support for stores to pixel arrays. | 23 Added Crankshaft support for stores to pixel arrays. |
| 10 | 24 |
| (...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2530 | 2544 |
| 2531 Improved debugger support by allowing nested break points and by | 2545 Improved debugger support by allowing nested break points and by |
| 2532 dealing with stack-overflows when compiling functions before | 2546 dealing with stack-overflows when compiling functions before |
| 2533 setting break points in them. | 2547 setting break points in them. |
| 2534 | 2548 |
| 2535 | 2549 |
| 2536 2008-07-03: Version 0.1.0 | 2550 2008-07-03: Version 0.1.0 |
| 2537 | 2551 |
| 2538 Initial export. | 2552 Initial export. |
| 2539 | 2553 |
| OLD | NEW |