OLD | NEW |
---|---|
1 2012-12-06: Version 3.15.9 | |
2 | |
3 Fixed candidate eviction in code flusher. | |
4 (Chromium issue 159140) | |
5 | |
6 Iterate through all arguments for side effects in Math.min/max. | |
7 (issue 2444) | |
8 | |
9 Fixed spec violations related to regexp.lastIndex | |
10 (issue 2437, issue 2438) | |
11 | |
12 Enableed stub generation using Hydrogen/Lithium. | |
Jakob Kummerow
2012/12/06 17:26:18
I'd drop this entry and the next two.
| |
13 | |
14 Introduced callback for resolving global object name while taking heap | |
15 snapshot. | |
16 | |
17 Forced inlining for hot interface functions. | |
18 | |
19 Performance and stability improvements on all platforms. | |
20 | |
21 | |
1 2012-12-04: Version 3.15.8 | 22 2012-12-04: Version 3.15.8 |
2 | 23 |
3 Enforced stack allocation of TryCatch blocks. | 24 Enforced stack allocation of TryCatch blocks. |
4 (issue 2166,chromium:152389) | 25 (issue 2166,chromium:152389) |
5 | 26 |
6 Fixed external exceptions in external try-catch handlers. | 27 Fixed external exceptions in external try-catch handlers. |
7 (issue 2166) | 28 (issue 2166) |
8 | 29 |
9 Activated incremental code flushing by default. | 30 Activated incremental code flushing by default. |
10 | 31 |
(...skipping 4829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4840 setting break points in them. | 4861 setting break points in them. |
4841 | 4862 |
4842 | 4863 |
4843 2008-07-03: Version 0.1.0 | 4864 2008-07-03: Version 0.1.0 |
4844 | 4865 |
4845 Initial export. | 4866 Initial export. |
4846 | 4867 |
4847 # Local Variables: | 4868 # Local Variables: |
4848 # mode:text | 4869 # mode:text |
4849 # End: | 4870 # End: |
OLD | NEW |