OLD | NEW |
| 1 2012-02-23: Version 3.9.9 |
| 2 |
| 3 Supported fast case for-in in Crankshaft. |
| 4 |
| 5 Sped up heap snapshot serialization and dominators construction. |
| 6 |
| 7 Randomized allocation addresses on windows. (Chromium issue 115151) |
| 8 |
| 9 Fixed compilation with MinGW-w64. (issue 1943) |
| 10 |
| 11 Fixed incorrect value of assignments to non-extensible properties. |
| 12 |
| 13 Fixed a crash bug in generated code on ia32. |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2012-02-21: Version 3.9.8 | 18 2012-02-21: Version 3.9.8 |
2 | 19 |
3 Fixed memory leak and missing #include in StartupDataDecompressor | 20 Fixed memory leak and missing #include in StartupDataDecompressor |
4 (issue 1960). | 21 (issue 1960). |
5 | 22 |
6 Renamed static methods to avoid shadowing virtual methods and fix Clang | 23 Renamed static methods to avoid shadowing virtual methods and fix Clang |
7 C++11 compile error. | 24 C++11 compile error. |
8 | 25 |
9 Fixed sequence of element access in array builtins (issue 1790). | 26 Fixed sequence of element access in array builtins (issue 1790). |
10 | 27 |
(...skipping 3737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3748 setting break points in them. | 3765 setting break points in them. |
3749 | 3766 |
3750 | 3767 |
3751 2008-07-03: Version 0.1.0 | 3768 2008-07-03: Version 0.1.0 |
3752 | 3769 |
3753 Initial export. | 3770 Initial export. |
3754 | 3771 |
3755 # Local Variables: | 3772 # Local Variables: |
3756 # mode:text | 3773 # mode:text |
3757 # End: | 3774 # End: |
OLD | NEW |