OLD | NEW |
---|---|
1 2013-07-17: Version 3.20.6 | |
2 | |
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). | |
14 | |
15 Performance and stability improvements on all platforms. | |
16 | |
17 | |
1 2013-07-15: Version 3.20.5 | 18 2013-07-15: Version 3.20.5 |
2 | 19 |
3 Ensured that the length of frozen arrays is immutable (issue 2711,25954 8) | 20 Ensured that the length of frozen arrays is immutable (issue 2711,25954 8) |
Yang
2013/07/17 08:13:57
While you are at this, might as well fix this line
Jakob Kummerow
2013/07/17 08:19:20
Done.
| |
4 | 21 |
5 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
6 | 23 |
7 | 24 |
8 2013-07-10: Version 3.20.4 | 25 2013-07-10: Version 3.20.4 |
9 | 26 |
10 Fixed garbage-collection issue that causes a crash on ARM | 27 Fixed garbage-collection issue that causes a crash on ARM |
11 (Chromium issue 254570) | 28 (Chromium issue 254570) |
12 | 29 |
13 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
(...skipping 5580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5594 setting break points in them. | 5611 setting break points in them. |
5595 | 5612 |
5596 | 5613 |
5597 2008-07-03: Version 0.1.0 | 5614 2008-07-03: Version 0.1.0 |
5598 | 5615 |
5599 Initial export. | 5616 Initial export. |
5600 | 5617 |
5601 # Local Variables: | 5618 # Local Variables: |
5602 # mode:text | 5619 # mode:text |
5603 # End: | 5620 # End: |
OLD | NEW |