OLD | NEW |
| 1 2014-02-25: Version 3.25.2 |
| 2 |
| 3 Fix the bit massaging code in CompleteParserRecorder::WriteNumber. |
| 4 (Chromium issue 346221) |
| 5 |
| 6 Revert r19455 "Load target types and handlers before IC computation." |
| 7 (Chromium issue 346149) |
| 8 |
| 9 Don't eliminate loads with incompatible types or representations. |
| 10 (Chromium issue 346343) |
| 11 |
| 12 Fix for a smi stores optimization on x64 with a regression test. |
| 13 (Chromium issue 345715) |
| 14 |
| 15 Check that after a weak callback, the handle is either dead or strong |
| 16 (Chromium issue 346061) |
| 17 |
| 18 negative bounds checking on realm calls |
| 19 (Chromium issue 344285) |
| 20 |
| 21 Lazy preparsing vs. lazy parsing fix. |
| 22 (Chromium issue 346207) |
| 23 |
| 24 Fix optimistic BCE to back off after deopt |
| 25 (issue 3176) |
| 26 |
| 27 Performance and stability improvements on all platforms. |
| 28 |
| 29 |
1 2014-02-21: Version 3.25.1 | 30 2014-02-21: Version 3.25.1 |
2 | 31 |
3 Performance and stability improvements on all platforms. | 32 Performance and stability improvements on all platforms. |
4 | 33 |
5 | 34 |
6 2014-02-19: Version 3.25.0 | 35 2014-02-19: Version 3.25.0 |
7 | 36 |
8 ES6: Tighten up Object.prototype.__proto__ (issue 3064). | 37 ES6: Tighten up Object.prototype.__proto__ (issue 3064). |
9 | 38 |
10 Fix Hydrogen bounds check elimination (Chromium issue 344186). | 39 Fix Hydrogen bounds check elimination (Chromium issue 344186). |
(...skipping 6702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6713 setting break points in them. | 6742 setting break points in them. |
6714 | 6743 |
6715 | 6744 |
6716 2008-07-03: Version 0.1.0 | 6745 2008-07-03: Version 0.1.0 |
6717 | 6746 |
6718 Initial export. | 6747 Initial export. |
6719 | 6748 |
6720 # Local Variables: | 6749 # Local Variables: |
6721 # mode:text | 6750 # mode:text |
6722 # End: | 6751 # End: |
OLD | NEW |