OLD | NEW |
| 1 2013-07-24: Version 3.20.8 |
| 2 |
| 3 Deprecated v8::V8::Pause/ResumeProfiler. |
| 4 |
| 5 Fixed Chromium issues 247688, 258519 and 260203. |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
1 2013-07-22: Version 3.20.7 | 10 2013-07-22: Version 3.20.7 |
2 | 11 |
3 Deprecated some debugger methods. | 12 Deprecated some debugger methods. |
4 | 13 |
5 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). | 14 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). |
6 | 15 |
7 Fixed data race in SamplingCircularQueue (Chromium issue 251218). | 16 Fixed data race in SamplingCircularQueue (Chromium issue 251218). |
8 | 17 |
9 Fixed type feedback in presence of negative lookups | 18 Fixed type feedback in presence of negative lookups |
10 (Chromium issue 252797). | 19 (Chromium issue 252797). |
(...skipping 5621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5632 setting break points in them. | 5641 setting break points in them. |
5633 | 5642 |
5634 | 5643 |
5635 2008-07-03: Version 0.1.0 | 5644 2008-07-03: Version 0.1.0 |
5636 | 5645 |
5637 Initial export. | 5646 Initial export. |
5638 | 5647 |
5639 # Local Variables: | 5648 # Local Variables: |
5640 # mode:text | 5649 # mode:text |
5641 # End: | 5650 # End: |
OLD | NEW |