OLD | NEW |
| 1 2013-07-22: Version 3.20.7 |
| 2 |
| 3 Deprecated some debugger methods. |
| 4 |
| 5 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787). |
| 6 |
| 7 Fixed data race in SamplingCircularQueue (Chromium issue 251218). |
| 8 |
| 9 Fixed type feedback in presence of negative lookups |
| 10 (Chromium issue 252797). |
| 11 |
| 12 Do not materialize context-allocated values for debug-evaluate |
| 13 (Chromium issue 259300). |
| 14 |
| 15 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen |
| 16 (Chromium issue 260345). |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
1 2013-07-17: Version 3.20.6 | 21 2013-07-17: Version 3.20.6 |
2 | 22 |
3 Try to remove invalidated stubs before falling back to checking the | 23 Try to remove invalidated stubs before falling back to checking the |
4 constant state (Chromium issue 260585). | 24 constant state (Chromium issue 260585). |
5 | 25 |
6 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). | 26 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). |
7 | 27 |
8 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). | 28 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). |
9 | 29 |
10 Use internal array as API function cache (Chromium issue 260106). | 30 Use internal array as API function cache (Chromium issue 260106). |
(...skipping 5601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5612 setting break points in them. | 5632 setting break points in them. |
5613 | 5633 |
5614 | 5634 |
5615 2008-07-03: Version 0.1.0 | 5635 2008-07-03: Version 0.1.0 |
5616 | 5636 |
5617 Initial export. | 5637 Initial export. |
5618 | 5638 |
5619 # Local Variables: | 5639 # Local Variables: |
5620 # mode:text | 5640 # mode:text |
5621 # End: | 5641 # End: |
OLD | NEW |