summary refs log tree commit diff stats
path: root/lib/system/gc_ms.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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