OLD | NEW |
| 1 2012-02-24: Version 3.9.10 |
| 2 |
| 3 Fixed V8 issues 1322, 1772 and 1969. |
| 4 |
| 5 Conformance improvements. |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2012-02-23: Version 3.9.9 | 10 2012-02-23: Version 3.9.9 |
2 | 11 |
3 Supported fast case for-in in Crankshaft. | 12 Supported fast case for-in in Crankshaft. |
4 | 13 |
5 Sped up heap snapshot serialization and dominators construction. | 14 Sped up heap snapshot serialization and dominators construction. |
6 | 15 |
7 Randomized allocation addresses on windows. (Chromium issue 115151) | 16 Randomized allocation addresses on windows. (Chromium issue 115151) |
8 | 17 |
9 Fixed compilation with MinGW-w64. (issue 1943) | 18 Fixed compilation with MinGW-w64. (issue 1943) |
10 | 19 |
(...skipping 3754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3765 setting break points in them. | 3774 setting break points in them. |
3766 | 3775 |
3767 | 3776 |
3768 2008-07-03: Version 0.1.0 | 3777 2008-07-03: Version 0.1.0 |
3769 | 3778 |
3770 Initial export. | 3779 Initial export. |
3771 | 3780 |
3772 # Local Variables: | 3781 # Local Variables: |
3773 # mode:text | 3782 # mode:text |
3774 # End: | 3783 # End: |
OLD | NEW |