OLD | NEW |
| 1 2012-11-30: Version 3.15.7 |
| 2 |
| 3 Activated code aging by default. |
| 4 |
| 5 Included more information in --prof log. |
| 6 |
| 7 Removed eager sweeping for lazy swept spaces. Try to find in |
| 8 SlowAllocateRaw a bounded number of times a big enough memory slot. |
| 9 (issue 2194) |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2012-11-26: Version 3.15.6 | 14 2012-11-26: Version 3.15.6 |
2 | 15 |
3 Ensure double arrays are filled with holes when extended from | 16 Ensure double arrays are filled with holes when extended from |
4 variations of empty arrays. (Chromium issue 162085) | 17 variations of empty arrays. (Chromium issue 162085) |
5 | 18 |
6 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
7 | 20 |
8 | 21 |
9 2012-11-23: Version 3.15.5 | 22 2012-11-23: Version 3.15.5 |
10 | 23 |
(...skipping 4803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4814 setting break points in them. | 4827 setting break points in them. |
4815 | 4828 |
4816 | 4829 |
4817 2008-07-03: Version 0.1.0 | 4830 2008-07-03: Version 0.1.0 |
4818 | 4831 |
4819 Initial export. | 4832 Initial export. |
4820 | 4833 |
4821 # Local Variables: | 4834 # Local Variables: |
4822 # mode:text | 4835 # mode:text |
4823 # End: | 4836 # End: |
OLD | NEW |