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 |
1 2013-09-26: Version 3.22.2 | 15 2013-09-26: Version 3.22.2 |
2 | 16 |
3 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
4 | 18 |
5 | 19 |
6 2013-09-25: Version 3.22.1 | 20 2013-09-25: Version 3.22.1 |
7 | 21 |
8 Sped up creating typed arrays from array-like objects. | 22 Sped up creating typed arrays from array-like objects. |
9 (Chromium issue 270507) | 23 (Chromium issue 270507) |
10 | 24 |
(...skipping 5967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5978 setting break points in them. | 5992 setting break points in them. |
5979 | 5993 |
5980 | 5994 |
5981 2008-07-03: Version 0.1.0 | 5995 2008-07-03: Version 0.1.0 |
5982 | 5996 |
5983 Initial export. | 5997 Initial export. |
5984 | 5998 |
5985 # Local Variables: | 5999 # Local Variables: |
5986 # mode:text | 6000 # mode:text |
5987 # End: | 6001 # End: |
OLD | NEW |