OLD | NEW |
| 1 2014-03-12: Version 3.25.8 |
| 2 |
| 3 Fix HIsSmiAndBranch::KnownSuccessorBlock() by deleting it (Chromium |
| 4 issue 351320). |
| 5 |
| 6 Fix handling of polymorphic array accesses with constant index (Chromium |
| 7 issue 351319). |
| 8 |
| 9 Fix lazy deopt after tagged binary ops (Chromium issue 350434). |
| 10 |
| 11 MIPS: Cleanup some of the range uses in ModI/DivI (issue 3204). |
| 12 |
| 13 Fix issue with getOwnPropertySymbols and hidden properties (Chromium |
| 14 issue 350864). |
| 15 |
| 16 Cleanup some of the range uses in ModI/DivI (issue 3204). |
| 17 |
| 18 PromiseCoerce should ignore primitive values (Chromium issue 347095). |
| 19 |
| 20 Use a per-isolate cache for the date object JS bits (Chromium issue |
| 21 348856). |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
1 2014-03-11: Version 3.25.7 | 26 2014-03-11: Version 3.25.7 |
2 | 27 |
3 Promise.all and Promise.race should reject non-array parameter (Chromium | 28 Promise.all and Promise.race should reject non-array parameter (Chromium |
4 issue 347453). | 29 issue 347453). |
5 | 30 |
6 Promise.all and Promise race should use "then" rather than "chain" | 31 Promise.all and Promise race should use "then" rather than "chain" |
7 (Chromium issue 347427). | 32 (Chromium issue 347427). |
8 | 33 |
9 Merge the "Compute Minus Zero Checks" phase into the range analysis | 34 Merge the "Compute Minus Zero Checks" phase into the range analysis |
10 (issue 3204). | 35 (issue 3204). |
(...skipping 6818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6829 setting break points in them. | 6854 setting break points in them. |
6830 | 6855 |
6831 | 6856 |
6832 2008-07-03: Version 0.1.0 | 6857 2008-07-03: Version 0.1.0 |
6833 | 6858 |
6834 Initial export. | 6859 Initial export. |
6835 | 6860 |
6836 # Local Variables: | 6861 # Local Variables: |
6837 # mode:text | 6862 # mode:text |
6838 # End: | 6863 # End: |
OLD | NEW |