compile special minor GC versions of evacuate() and scavenge_block()
authorSimon Marlow <simonmar@microsoft.com>
Wed, 31 Oct 2007 15:33:39 +0000 (15:33 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 31 Oct 2007 15:33:39 +0000 (15:33 +0000)
This is for two reasons: minor GCs don't need to do per-object locking
for parallel GC, which is fairly expensive, and secondly minor GCs
don't need to follow SRTs.


No differences found