summary refs log tree commit diff stats
path: root/lib/system/cyclicrefs_bacon.nim
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupAraq2020-07-271-363/+0
|
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-1/+0
| | | | * sigmatch: removed dead code
* cycle collector: make it threadsafeAraq2020-05-121-5/+5
|
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-271-0/+364
* 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