| 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 |
| 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 |
| 25 |
| 26 2013-07-10: Version 3.20.4 |
| 27 |
| 28 Fixed garbage-collection issue that causes a crash on ARM |
| 29 (Chromium issue 254570) |
| 30 |
| 31 Performance and stability improvements on all platforms. |
| 32 |
| 33 |
| 1 2013-07-08: Version 3.20.3 | 34 2013-07-08: Version 3.20.3 |
| 2 | 35 |
| 3 Performance and stability improvements on all platforms. | 36 Performance and stability improvements on all platforms. |
| 4 | 37 |
| 5 | 38 |
| 6 2013-07-05: Version 3.20.2 | 39 2013-07-05: Version 3.20.2 |
| 7 | 40 |
| 8 Remove deprecated heap profiler methods from V8 public API | 41 Remove deprecated heap profiler methods from V8 public API |
| 9 | 42 |
| 10 Mark i18n functions as native and set proper names | 43 Mark i18n functions as native and set proper names |
| (...skipping 5568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5579 setting break points in them. | 5612 setting break points in them. |
| 5580 | 5613 |
| 5581 | 5614 |
| 5582 2008-07-03: Version 0.1.0 | 5615 2008-07-03: Version 0.1.0 |
| 5583 | 5616 |
| 5584 Initial export. | 5617 Initial export. |
| 5585 | 5618 |
| 5586 # Local Variables: | 5619 # Local Variables: |
| 5587 # mode:text | 5620 # mode:text |
| 5588 # End: | 5621 # End: |
| OLD | NEW |