| OLD | NEW |
| 1 2013-09-27: Version 3.22.3 |
| 2 |
| 3 Added methods to enable configuration of ResourceConstraints based on |
| 4 limits derived at runtime. |
| 5 (Chromium issue 292928) |
| 6 |
| 7 Added -optimize-for-size flag to optimize for memory size (will be used |
| 8 by pre-aging CL), and removed the is_memory_constrained |
| 9 ResourceConstraint. |
| 10 (Chromium issue 292928) |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
| 15 2013-09-26: Version 3.22.2 |
| 16 |
| 17 Performance and stability improvements on all platforms. |
| 18 |
| 19 |
| 20 2013-09-25: Version 3.22.1 |
| 21 |
| 22 Sped up creating typed arrays from array-like objects. |
| 23 (Chromium issue 270507) |
| 24 |
| 25 Performance and stability improvements on all platforms. |
| 26 |
| 27 |
| 1 2013-09-23: Version 3.22.0 | 28 2013-09-23: Version 3.22.0 |
| 2 | 29 |
| 3 LiveEdit to mark more closure functions for re-instantiation when scope | 30 LiveEdit to mark more closure functions for re-instantiation when scope |
| 4 layout changes. | 31 layout changes. |
| 5 (issue 2872) | 32 (issue 2872) |
| 6 | 33 |
| 7 Made bounds check elimination iterative instead of recursive. | 34 Made bounds check elimination iterative instead of recursive. |
| 8 (Chromium issue 289706) | 35 (Chromium issue 289706) |
| 9 | 36 |
| 10 Turned on i18n support by default. | 37 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. | 5992 setting break points in them. |
| 5966 | 5993 |
| 5967 | 5994 |
| 5968 2008-07-03: Version 0.1.0 | 5995 2008-07-03: Version 0.1.0 |
| 5969 | 5996 |
| 5970 Initial export. | 5997 Initial export. |
| 5971 | 5998 |
| 5972 # Local Variables: | 5999 # Local Variables: |
| 5973 # mode:text | 6000 # mode:text |
| 5974 # End: | 6001 # End: |
| OLD | NEW |