OLD | NEW |
| 1 2011-04-04: Version 3.2.7 |
| 2 |
| 3 Disabled the original 'classic' V8 code generator. Crankshaft is |
| 4 the default on all platforms. |
| 5 |
| 6 Changed the heap profiler to use more descriptive names. |
| 7 |
| 8 Performance and stability improvements to isolates on all platforms. |
| 9 |
| 10 |
1 2011-03-30: Version 3.2.6 | 11 2011-03-30: Version 3.2.6 |
2 | 12 |
3 Fixed xcode build warning in shell.cc (out of order initialization). | 13 Fixed xcode build warning in shell.cc (out of order initialization). |
4 | 14 |
5 Fixed null-pointer dereference in the compiler when running without | 15 Fixed null-pointer dereference in the compiler when running without |
6 SSE3 support (Chromium issue 77654). | 16 SSE3 support (Chromium issue 77654). |
7 | 17 |
8 Fixed x64 compilation error due to some dead code. (Issue 1286) | 18 Fixed x64 compilation error due to some dead code. (Issue 1286) |
9 | 19 |
10 Introduced scons target to build the preparser stand-alone example. | 20 Introduced scons target to build the preparser stand-alone example. |
(...skipping 2626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2637 | 2647 |
2638 Improved debugger support by allowing nested break points and by | 2648 Improved debugger support by allowing nested break points and by |
2639 dealing with stack-overflows when compiling functions before | 2649 dealing with stack-overflows when compiling functions before |
2640 setting break points in them. | 2650 setting break points in them. |
2641 | 2651 |
2642 | 2652 |
2643 2008-07-03: Version 0.1.0 | 2653 2008-07-03: Version 0.1.0 |
2644 | 2654 |
2645 Initial export. | 2655 Initial export. |
2646 | 2656 |
OLD | NEW |