OLD | NEW |
| 1 2013-09-25: Version 3.22.1 |
| 2 |
| 3 Sped up creating typed arrays from array-like objects. |
| 4 (Chromium issue 270507) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-09-23: Version 3.22.0 | 9 2013-09-23: Version 3.22.0 |
2 | 10 |
3 LiveEdit to mark more closure functions for re-instantiation when scope | 11 LiveEdit to mark more closure functions for re-instantiation when scope |
4 layout changes. | 12 layout changes. |
5 (issue 2872) | 13 (issue 2872) |
6 | 14 |
7 Made bounds check elimination iterative instead of recursive. | 15 Made bounds check elimination iterative instead of recursive. |
8 (Chromium issue 289706) | 16 (Chromium issue 289706) |
9 | 17 |
10 Turned on i18n support by default. | 18 Turned on i18n support by default. |
(...skipping 5954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5965 setting break points in them. | 5973 setting break points in them. |
5966 | 5974 |
5967 | 5975 |
5968 2008-07-03: Version 0.1.0 | 5976 2008-07-03: Version 0.1.0 |
5969 | 5977 |
5970 Initial export. | 5978 Initial export. |
5971 | 5979 |
5972 # Local Variables: | 5980 # Local Variables: |
5973 # mode:text | 5981 # mode:text |
5974 # End: | 5982 # End: |
OLD | NEW |