OLD | NEW |
| 1 2014-03-04: Version 3.25.3 |
| 2 |
| 3 Clear optimized code cache in shared function info when code gets |
| 4 deoptimized (Chromium issue 343609). |
| 5 |
| 6 Fixed constant folding for Math.clz32 (Chromium issue 347906). |
| 7 |
| 8 Fix JSObject::PrintTransitions (Chromium issue 347912). |
| 9 |
| 10 Fix handling of constant global variable assignments (Chromium issue |
| 11 347904). |
| 12 |
| 13 Removed bogus ASSERT (Chromium issue 347542). |
| 14 |
| 15 Mark HCompareMap as having Tagged representation (Chromium issue |
| 16 346636). |
| 17 |
| 18 Fix crasher in Object.getOwnPropertySymbols (Chromium issue 346141). |
| 19 |
| 20 Fix the bit massaging code in CompleteParserRecorder::WriteNumber |
| 21 (Chromium issue 346221). |
| 22 |
| 23 Don't eliminate loads with incompatible types or representations |
| 24 (Chromium issue 346343). |
| 25 |
| 26 Check that after a weak callback, the handle is either dead or strong |
| 27 (Chromium issue 346061). |
| 28 |
| 29 Lazy preparsing vs. lazy parsing fix (Chromium issue 346207). |
| 30 |
| 31 Performance and stability improvements on all platforms. |
| 32 |
| 33 |
1 2014-02-25: Version 3.25.2 | 34 2014-02-25: Version 3.25.2 |
2 | 35 |
3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber | 36 Fix the bit massaging code in CompleteParserRecorder::WriteNumber |
4 (Chromium issue 346221). | 37 (Chromium issue 346221). |
5 | 38 |
6 Revert r19455 "Load target types and handlers before IC computation." | 39 Revert r19455 "Load target types and handlers before IC computation." |
7 (Chromium issue 346149). | 40 (Chromium issue 346149). |
8 | 41 |
9 Don't eliminate loads with incompatible types or representations | 42 Don't eliminate loads with incompatible types or representations |
10 (Chromium issue 346343). | 43 (Chromium issue 346343). |
(...skipping 6728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6739 setting break points in them. | 6772 setting break points in them. |
6740 | 6773 |
6741 | 6774 |
6742 2008-07-03: Version 0.1.0 | 6775 2008-07-03: Version 0.1.0 |
6743 | 6776 |
6744 Initial export. | 6777 Initial export. |
6745 | 6778 |
6746 # Local Variables: | 6779 # Local Variables: |
6747 # mode:text | 6780 # mode:text |
6748 # End: | 6781 # End: |
OLD | NEW |