Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arc allocation method aligned (#15588) | cooldome | 2020-10-19 | 1 | -8/+8 |
| | | | | | * progress * fix typo | ||||
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -3/+3 |
| | |||||
* | new implementations for --gc:orc (#14121) | Andreas Rumpf | 2020-04-27 | 1 | -8/+9 |
| | | | | | | | | | * cycle collector: new implementation * cycle collector: make self-adaptive based on its previous effectiveness * cycle collector: added Lins's jump stack to improve traversal from 3*N to 2*N * cycle collector: make tests green * API extensions and bugfixes * code cleanup and use --gc:orc for tasyncawait | ||||
* | cycle collector (#14071) | Andreas Rumpf | 2020-04-22 | 1 | -0/+55 |
* figured out the wrong cycle trace proc problem * cycle collector/break refactorings and minor improvements |