summary refs log tree commit diff stats
path: root/lib/system/cyclebreaker.nim
Commit message (Expand)AuthorAgeFilesLines
* remove name field for ARC (#20797)ringabout2022-11-091-1/+2
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-2/+1
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-181-1/+3
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-7/+7
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-1/+0
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-271-0/+2
* cycle collector (#14071)Andreas Rumpf2020-04-221-48/+2
* cycle breaker (#13593)Andreas Rumpf2020-03-191-0/+227