OLD | NEW |
| 1 2011-04-11: Version 3.2.9 |
| 2 |
| 3 Removed support for ABI prior to EABI on ARM. |
| 4 |
| 5 Fixed multiple crash bugs. |
| 6 |
| 7 Added GCMole to the repository, a simple static analysis tool that |
| 8 searches for GC-unsafe evaluation order dependent callsites. |
| 9 |
| 10 Made preparser API be exported in shared libraries. |
| 11 |
| 12 Fixed multiple issues in EcmaScript 5 strict mode implementation. |
| 13 |
| 14 Fixed mutable __proto__ property if object is not extensible |
| 15 (Issue 1309). |
| 16 |
| 17 Fixed auto suspension of the sampler thread. |
| 18 |
| 19 |
1 2011-04-06: Version 3.2.8 | 20 2011-04-06: Version 3.2.8 |
2 | 21 |
3 Exposed WebGL typed array constructors in the shell sample. | 22 Exposed WebGL typed array constructors in the shell sample. |
4 | 23 |
5 Performance improvements on all platforms. | 24 Performance improvements on all platforms. |
6 | 25 |
7 | 26 |
8 2011-04-04: Version 3.2.7 | 27 2011-04-04: Version 3.2.7 |
9 | 28 |
10 Disabled the original 'classic' V8 code generator. Crankshaft is | 29 Disabled the original 'classic' V8 code generator. Crankshaft is |
(...skipping 2643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2654 | 2673 |
2655 Improved debugger support by allowing nested break points and by | 2674 Improved debugger support by allowing nested break points and by |
2656 dealing with stack-overflows when compiling functions before | 2675 dealing with stack-overflows when compiling functions before |
2657 setting break points in them. | 2676 setting break points in them. |
2658 | 2677 |
2659 | 2678 |
2660 2008-07-03: Version 0.1.0 | 2679 2008-07-03: Version 0.1.0 |
2661 | 2680 |
2662 Initial export. | 2681 Initial export. |
2663 | 2682 |
OLD | NEW |