OLD | NEW |
| 1 2011-04-18: Version 3.3.0 |
| 2 |
| 3 Fixed bug in floating point rounding in Crankshaft on ARM |
| 4 (issue 958) |
| 5 |
| 6 Fixed a number of issues with running without VFPv3 support on ARM |
| 7 (issue 1315) |
| 8 |
| 9 Introduced v8Locale.Collator, a partial implementation of Collator |
| 10 per last ECMAScript meeting + mailing list. |
| 11 |
| 12 Minor performance improvements and bug fixes. |
| 13 |
| 14 |
1 2011-04-13: Version 3.2.10 | 15 2011-04-13: Version 3.2.10 |
2 | 16 |
3 Fixed bug in external float arrays on ARM (issue 1323). | 17 Fixed bug in external float arrays on ARM (issue 1323). |
4 | 18 |
5 Minor performance improvements and bug fixes. | 19 Minor performance improvements and bug fixes. |
6 | 20 |
7 | 21 |
8 2011-04-11: Version 3.2.9 | 22 2011-04-11: Version 3.2.9 |
9 | 23 |
10 Removed support for ABI prior to EABI on ARM. | 24 Removed support for ABI prior to EABI on ARM. |
(...skipping 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2680 | 2694 |
2681 Improved debugger support by allowing nested break points and by | 2695 Improved debugger support by allowing nested break points and by |
2682 dealing with stack-overflows when compiling functions before | 2696 dealing with stack-overflows when compiling functions before |
2683 setting break points in them. | 2697 setting break points in them. |
2684 | 2698 |
2685 | 2699 |
2686 2008-07-03: Version 0.1.0 | 2700 2008-07-03: Version 0.1.0 |
2687 | 2701 |
2688 Initial export. | 2702 Initial export. |
2689 | 2703 |
OLD | NEW |