OLD | NEW |
| 1 2011-04-27: Version 3.3.2 |
| 2 |
| 3 Fixed crash bug on ARM with no VFP3 hardware. |
| 4 |
| 5 Fixed compilation of V8 without debugger support. |
| 6 |
| 7 Improved performance on JSLint. |
| 8 |
| 9 Added support Float64 WebGL arrays. |
| 10 |
| 11 Fixed crash bug in regexp replace. |
| 12 |
| 13 |
1 2011-04-20: Version 3.3.1 | 14 2011-04-20: Version 3.3.1 |
2 | 15 |
3 Reduced V8 binary size by removing virtual functions from hydrogen. | 16 Reduced V8 binary size by removing virtual functions from hydrogen. |
4 | 17 |
5 Fixed crash bug on x64. | 18 Fixed crash bug on x64. |
6 | 19 |
7 Performance improvements on ARM and IA32. | 20 Performance improvements on ARM and IA32. |
8 | 21 |
9 | 22 |
10 2011-04-18: Version 3.3.0 | 23 2011-04-18: Version 3.3.0 |
(...skipping 2692 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2703 | 2716 |
2704 Improved debugger support by allowing nested break points and by | 2717 Improved debugger support by allowing nested break points and by |
2705 dealing with stack-overflows when compiling functions before | 2718 dealing with stack-overflows when compiling functions before |
2706 setting break points in them. | 2719 setting break points in them. |
2707 | 2720 |
2708 | 2721 |
2709 2008-07-03: Version 0.1.0 | 2722 2008-07-03: Version 0.1.0 |
2710 | 2723 |
2711 Initial export. | 2724 Initial export. |
2712 | 2725 |
OLD | NEW |