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