OLD | NEW |
| 1 2011-04-20: Version 3.3.1 |
| 2 |
| 3 Reduced V8 binary size by removing virtual functions from hydrogen. |
| 4 |
| 5 Fixed crash bug on x64. |
| 6 |
| 7 Performance improvements on ARM and IA32. |
| 8 |
| 9 |
1 2011-04-18: Version 3.3.0 | 10 2011-04-18: Version 3.3.0 |
2 | 11 |
3 Fixed bug in floating point rounding in Crankshaft on ARM | 12 Fixed bug in floating point rounding in Crankshaft on ARM |
4 (issue 958) | 13 (issue 958) |
5 | 14 |
6 Fixed a number of issues with running without VFPv3 support on ARM | 15 Fixed a number of issues with running without VFPv3 support on ARM |
7 (issue 1315) | 16 (issue 1315) |
8 | 17 |
9 Introduced v8Locale.Collator, a partial implementation of Collator | 18 Introduced v8Locale.Collator, a partial implementation of Collator |
10 per last ECMAScript meeting + mailing list. | 19 per last ECMAScript meeting + mailing list. |
(...skipping 2683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2694 | 2703 |
2695 Improved debugger support by allowing nested break points and by | 2704 Improved debugger support by allowing nested break points and by |
2696 dealing with stack-overflows when compiling functions before | 2705 dealing with stack-overflows when compiling functions before |
2697 setting break points in them. | 2706 setting break points in them. |
2698 | 2707 |
2699 | 2708 |
2700 2008-07-03: Version 0.1.0 | 2709 2008-07-03: Version 0.1.0 |
2701 | 2710 |
2702 Initial export. | 2711 Initial export. |
2703 | 2712 |
OLD | NEW |