OLD | NEW |
1 2013-07-15: Version 3.20.5 | 1 2013-07-17: Version 3.20.6 |
2 | 2 |
3 Ensured that the length of frozen arrays is immutable (issue 2711,25954
8) | 3 Try to remove invalidated stubs before falling back to checking the |
| 4 constant state (Chromium issue 260585). |
| 5 |
| 6 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475). |
| 7 |
| 8 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361). |
| 9 |
| 10 Use internal array as API function cache (Chromium issue 260106). |
| 11 |
| 12 Fixed possible stack overflow in range analysis |
| 13 (Chromium issue 259452). |
4 | 14 |
5 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
6 | 16 |
| 17 |
| 18 2013-07-15: Version 3.20.5 |
| 19 |
| 20 Ensured that the length of frozen arrays is immutable |
| 21 (issue 2711, Chromium issue 259548). |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
7 | 25 |
8 2013-07-10: Version 3.20.4 | 26 2013-07-10: Version 3.20.4 |
9 | 27 |
10 Fixed garbage-collection issue that causes a crash on ARM | 28 Fixed garbage-collection issue that causes a crash on ARM |
11 (Chromium issue 254570) | 29 (Chromium issue 254570) |
12 | 30 |
13 Performance and stability improvements on all platforms. | 31 Performance and stability improvements on all platforms. |
14 | 32 |
15 | 33 |
16 2013-07-08: Version 3.20.3 | 34 2013-07-08: Version 3.20.3 |
(...skipping 5577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5594 setting break points in them. | 5612 setting break points in them. |
5595 | 5613 |
5596 | 5614 |
5597 2008-07-03: Version 0.1.0 | 5615 2008-07-03: Version 0.1.0 |
5598 | 5616 |
5599 Initial export. | 5617 Initial export. |
5600 | 5618 |
5601 # Local Variables: | 5619 # Local Variables: |
5602 # mode:text | 5620 # mode:text |
5603 # End: | 5621 # End: |
OLD | NEW |