OLD | NEW |
---|---|
1 2012-12-04: Version 3.15.8 | |
2 | |
3 Enforce stack allocation of TryCatch blocks. | |
danno
2012/12/04 13:38:32
use past tense for comments, e.g. "Enforced" and "
| |
4 (issue 2166,chromium:152389) | |
5 | |
6 Fix external exceptions in external try-catch handlers. | |
7 (issue 2166) | |
8 | |
9 Unify object groups iteration in global handles. | |
danno
2012/12/04 13:38:32
Only include changes that might be of interest for
| |
10 | |
11 Activate incremental code flushing by default. | |
12 | |
13 Performance and stability improvements on all platforms. | |
14 | |
15 | |
1 2012-11-30: Version 3.15.7 | 16 2012-11-30: Version 3.15.7 |
2 | 17 |
3 Activated code aging by default. | 18 Activated code aging by default. |
4 | 19 |
5 Included more information in --prof log. | 20 Included more information in --prof log. |
6 | 21 |
7 Removed eager sweeping for lazy swept spaces. Try to find in | 22 Removed eager sweeping for lazy swept spaces. Try to find in |
8 SlowAllocateRaw a bounded number of times a big enough memory slot. | 23 SlowAllocateRaw a bounded number of times a big enough memory slot. |
9 (issue 2194) | 24 (issue 2194) |
10 | 25 |
(...skipping 4816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4827 setting break points in them. | 4842 setting break points in them. |
4828 | 4843 |
4829 | 4844 |
4830 2008-07-03: Version 0.1.0 | 4845 2008-07-03: Version 0.1.0 |
4831 | 4846 |
4832 Initial export. | 4847 Initial export. |
4833 | 4848 |
4834 # Local Variables: | 4849 # Local Variables: |
4835 # mode:text | 4850 # mode:text |
4836 # End: | 4851 # End: |
OLD | NEW |