OLD | NEW |
| 1 2011-04-06: Version 3.2.8 |
| 2 |
| 3 Exposed WebGL typed array constructors in the shell sample. |
| 4 |
| 5 Performance improvements on all platforms. |
| 6 |
| 7 |
1 2011-04-04: Version 3.2.7 | 8 2011-04-04: Version 3.2.7 |
2 | 9 |
3 Disabled the original 'classic' V8 code generator. Crankshaft is | 10 Disabled the original 'classic' V8 code generator. Crankshaft is |
4 now the default on all platforms. | 11 now the default on all platforms. |
5 | 12 |
6 Changed the heap profiler to use more descriptive names. | 13 Changed the heap profiler to use more descriptive names. |
7 | 14 |
8 Performance and stability improvements to isolates on all platforms. | 15 Performance and stability improvements to isolates on all platforms. |
9 | 16 |
10 | 17 |
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2647 | 2654 |
2648 Improved debugger support by allowing nested break points and by | 2655 Improved debugger support by allowing nested break points and by |
2649 dealing with stack-overflows when compiling functions before | 2656 dealing with stack-overflows when compiling functions before |
2650 setting break points in them. | 2657 setting break points in them. |
2651 | 2658 |
2652 | 2659 |
2653 2008-07-03: Version 0.1.0 | 2660 2008-07-03: Version 0.1.0 |
2654 | 2661 |
2655 Initial export. | 2662 Initial export. |
2656 | 2663 |
OLD | NEW |