summary refs log tree commit diff stats
path: root/lib/system/gc_ms.nim
Commit message (Expand)AuthorAgeFilesLines
* implemented builtin noncopying sliceAraq2014-05-021-0/+1
* bugfix: MS-GC GC_unrefAraq2014-04-301-1/+2
* bugfix: MS GC acknowledges GC_ref/unref properlyAraq2014-04-301-6/+45
* marked markAndSweep GC thread safeAraq2014-04-201-8/+8
* mark and sweep GC compiles with --cs:partialAraq2014-02-021-14/+14
* fixes #569; C++ codegen works againAraq2013-08-311-1/+1
* mark and sweep GC without bitvectors worksAraq2013-02-191-1/+3
* mark and sweep without bitvectorsAraq2013-02-191-22/+51
* code cleanup for mark&sweep GCAraq2013-02-071-51/+31
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-0/+524
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 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195