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 --track_gc_object_stats option (issue 2780). | |
Michael Starzinger
2013/07/22 09:18:30
nit: This one isn't all too interesting, let's dro
Jakob Kummerow
2013/07/22 09:19:28
Done.
| |
10 | |
11 Fixed type feedback in presence of negative lookups | |
12 (Chromium issue 252797). | |
13 | |
14 Do not materialize context-allocated values for debug-evaluate | |
15 (Chromium issue 259300). | |
16 | |
17 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen | |
18 (Chromium issue 260345). | |
19 | |
20 Performance and stability improvements on all platforms. | |
21 | |
22 | |
1 2013-07-17: Version 3.20.6 | 23 2013-07-17: Version 3.20.6 |
2 | 24 |
3 Try to remove invalidated stubs before falling back to checking the | 25 Try to remove invalidated stubs before falling back to checking the |
4 constant state (Chromium issue 260585). | 26 constant state (Chromium issue 260585). |
5 | 27 |
6 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). | 28 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). |
7 | 29 |
8 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). | 30 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). |
9 | 31 |
10 Use internal array as API function cache (Chromium issue 260106). | 32 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. | 5634 setting break points in them. |
5613 | 5635 |
5614 | 5636 |
5615 2008-07-03: Version 0.1.0 | 5637 2008-07-03: Version 0.1.0 |
5616 | 5638 |
5617 Initial export. | 5639 Initial export. |
5618 | 5640 |
5619 # Local Variables: | 5641 # Local Variables: |
5620 # mode:text | 5642 # mode:text |
5621 # End: | 5643 # End: |
OLD | NEW |