OLD | NEW |
---|---|
1 2012-12-07: Version 3.15.10 | |
2 | |
3 Enabled optimisation of functions inside eval. (issue 2315) | |
4 | |
5 Fixed spec violations in methods of Number.prototype. (issue 2443) | |
6 | |
7 Added GCTracer metrics for a scavenger GC for DOM wrappers | |
Jakob Kummerow
2012/12/07 12:35:34
nit: trailing full stop.
Or just drop this entry c
| |
8 | |
9 Performance and stability improvements on all platforms. | |
10 | |
11 | |
1 2012-12-06: Version 3.15.9 | 12 2012-12-06: Version 3.15.9 |
2 | 13 |
3 Fixed candidate eviction in code flusher. | 14 Fixed candidate eviction in code flusher. |
4 (Chromium issue 159140) | 15 (Chromium issue 159140) |
5 | 16 |
6 Iterate through all arguments for side effects in Math.min/max. | 17 Iterate through all arguments for side effects in Math.min/max. |
7 (issue 2444) | 18 (issue 2444) |
8 | 19 |
9 Fixed spec violations related to regexp.lastIndex | 20 Fixed spec violations related to regexp.lastIndex |
10 (issue 2437, issue 2438) | 21 (issue 2437, issue 2438) |
(...skipping 4843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4854 setting break points in them. | 4865 setting break points in them. |
4855 | 4866 |
4856 | 4867 |
4857 2008-07-03: Version 0.1.0 | 4868 2008-07-03: Version 0.1.0 |
4858 | 4869 |
4859 Initial export. | 4870 Initial export. |
4860 | 4871 |
4861 # Local Variables: | 4872 # Local Variables: |
4862 # mode:text | 4873 # mode:text |
4863 # End: | 4874 # End: |
OLD | NEW |