OLD | NEW |
| 1 2011-03-28: Version 3.2.5 |
| 2 |
| 3 Fixed build with Irregexp interpreter (issue 1266). |
| 4 |
| 5 Added Crankshaft support for external arrays. |
| 6 |
| 7 Fixed two potential crash bugs. |
| 8 |
1 2011-03-23: Version 3.2.4 | 9 2011-03-23: Version 3.2.4 |
2 | 10 |
3 Added isolates which allows several V8 instances in the same process. | 11 Added isolates which allows several V8 instances in the same process. |
4 This is controlled through the new Isolate class in the API. | 12 This is controlled through the new Isolate class in the API. |
5 | 13 |
6 Implemented more of EcmaScript 5 strict mode. | 14 Implemented more of EcmaScript 5 strict mode. |
7 | 15 |
8 Reduced the time it takes to make detailed heap snapshot. | 16 Reduced the time it takes to make detailed heap snapshot. |
9 | 17 |
10 Added a number of commands to the ARM simulator and enhanced the ARM | 18 Added a number of commands to the ARM simulator and enhanced the ARM |
(...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2614 | 2622 |
2615 Improved debugger support by allowing nested break points and by | 2623 Improved debugger support by allowing nested break points and by |
2616 dealing with stack-overflows when compiling functions before | 2624 dealing with stack-overflows when compiling functions before |
2617 setting break points in them. | 2625 setting break points in them. |
2618 | 2626 |
2619 | 2627 |
2620 2008-07-03: Version 0.1.0 | 2628 2008-07-03: Version 0.1.0 |
2621 | 2629 |
2622 Initial export. | 2630 Initial export. |
2623 | 2631 |
OLD | NEW |