OLD | NEW |
| 1 2013-07-29: Version 3.20.10 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
| 6 2013-07-26: Version 3.20.9 |
| 7 |
| 8 Check that ExternalString objects get aligned resources. |
| 9 |
| 10 Fixed JSArray-specific length lookup in polymorphic array handling |
| 11 (Chromium issues 263276, 263905). |
| 12 |
| 13 Performance and stability improvements on all platforms. |
| 14 |
| 15 |
| 16 2013-07-24: Version 3.20.8 |
| 17 |
| 18 Deprecated v8::V8::Pause/ResumeProfiler. |
| 19 |
| 20 Fixed Chromium issues 247688, 258519 and 260203. |
| 21 |
| 22 Performance and stability improvements on all platforms. |
| 23 |
| 24 |
1 2013-07-22: Version 3.20.7 | 25 2013-07-22: Version 3.20.7 |
2 | 26 |
3 Deprecated some debugger methods. | 27 Deprecated some debugger methods. |
4 | 28 |
5 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). | 29 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). |
6 | 30 |
7 Fixed data race in SamplingCircularQueue (Chromium issue 251218). | 31 Fixed data race in SamplingCircularQueue (Chromium issue 251218). |
8 | 32 |
9 Fixed type feedback in presence of negative lookups | 33 Fixed type feedback in presence of negative lookups |
10 (Chromium issue 252797). | 34 (Chromium issue 252797). |
(...skipping 5621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5632 setting break points in them. | 5656 setting break points in them. |
5633 | 5657 |
5634 | 5658 |
5635 2008-07-03: Version 0.1.0 | 5659 2008-07-03: Version 0.1.0 |
5636 | 5660 |
5637 Initial export. | 5661 Initial export. |
5638 | 5662 |
5639 # Local Variables: | 5663 # Local Variables: |
5640 # mode:text | 5664 # mode:text |
5641 # End: | 5665 # End: |
OLD | NEW |