OLD | NEW |
| 1 2014-03-13: Version 3.25.10 |
| 2 |
| 3 MIPS: Fix uses of range analysis results in HChange (issue 3204). |
| 4 |
| 5 Make translation of modulus operation '--stress-opt'-proof (Chromium |
| 6 issue 352059). |
| 7 |
| 8 Remove uses of CanBeNegative() in HMod (issue 3204). |
| 9 |
| 10 Remove uses of RangeCanInclude() in flooring division by power of 2 |
| 11 (issue 3204). |
| 12 |
| 13 Fix uses of range analysis results in HChange (issue 3204). |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2014-03-13: Version 3.25.9 | 18 2014-03-13: Version 3.25.9 |
2 | 19 |
3 Reland "Enable Object.observe by default" again (issue 2409). | 20 Reland "Enable Object.observe by default" again (issue 2409). |
4 | 21 |
5 Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue | 22 Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue |
6 351787). | 23 351787). |
7 | 24 |
8 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
9 | 26 |
10 | 27 |
(...skipping 6853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6864 setting break points in them. | 6881 setting break points in them. |
6865 | 6882 |
6866 | 6883 |
6867 2008-07-03: Version 0.1.0 | 6884 2008-07-03: Version 0.1.0 |
6868 | 6885 |
6869 Initial export. | 6886 Initial export. |
6870 | 6887 |
6871 # Local Variables: | 6888 # Local Variables: |
6872 # mode:text | 6889 # mode:text |
6873 # End: | 6890 # End: |
OLD | NEW |