]> git.llucax.com Git - software/dgc/cdgc.git/commit
Remove debug version THREADINVARIANT
authorLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 00:34:25 +0000 (21:34 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 00:38:22 +0000 (21:38 -0300)
commitb8af9d3c77843fc75c260f6c95028f769015532c
tree21c6eee3a47ab29f82450312bfca9dd9b9d085c1
parent561273a63d42eff2a91b348781f1927ec0a6d7c6
Remove debug version THREADINVARIANT

The code seemed to be broken, since the self thread ID was stored at
initialization and then asserted that the GC always run from that thread,
which seems far from reality (the GC can be invoked by any thread).

The PRINTF version now doesn't print the current thread ID either.
gc/gc.d