OLD | NEW |
| 1 2013-01-11: Version 3.16.4 |
| 2 |
| 3 Fixed Chromium issues 168545 and 169209. |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2013-01-09: Version 3.16.3 | 8 2013-01-09: Version 3.16.3 |
2 | 9 |
3 Improved GC performance when moving parts of a FixedArray (issue 2452). | 10 Improved GC performance when moving parts of a FixedArray (issue 2452). |
4 | 11 |
5 Enabled readline on d8 while building a shared lib (issue 1781). | 12 Enabled readline on d8 while building a shared lib (issue 1781). |
6 | 13 |
7 Fixed missing exception check in typed array constructor | 14 Fixed missing exception check in typed array constructor |
8 (Chromium issue 168545). | 15 (Chromium issue 168545). |
9 | 16 |
10 Check for read-only-ness when preparing for array sort (issue 2419). | 17 Check for read-only-ness when preparing for array sort (issue 2419). |
(...skipping 4910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4921 setting break points in them. | 4928 setting break points in them. |
4922 | 4929 |
4923 | 4930 |
4924 2008-07-03: Version 0.1.0 | 4931 2008-07-03: Version 0.1.0 |
4925 | 4932 |
4926 Initial export. | 4933 Initial export. |
4927 | 4934 |
4928 # Local Variables: | 4935 # Local Variables: |
4929 # mode:text | 4936 # mode:text |
4930 # End: | 4937 # End: |
OLD | NEW |