FIX compacting GC (bug1010, and other failures)
authorSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jul 2007 15:39:59 +0000 (15:39 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jul 2007 15:39:59 +0000 (15:39 +0000)
Compacting GC interacts badly with the new pointer-tagging feature, as
it also uses the low bits of a pointer to encode some information
during a collection.  My original workaround didn't work, this more
elaborate fix should be better.


No differences found