summary refs log tree commit diff stats
path: root/lib/system/cyclebreaker.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
n93'>93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163