lag/drag/void profiling fix
authorSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 15:50:46 +0000 (15:50 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 23 Feb 2006 15:50:46 +0000 (15:50 +0000)
commit6a8f124fd1b9ccd3ed9715bc7d89efa98405c2c9
tree701bf5eeb4b81c4bb5abdf711365c7dc04cdbc9e
parent6a710247bc1a7b9bced7a4e6f143de91eb4f9552
lag/drag/void profiling fix

We were searching the wrong part of the heap for dead objects, this
was broken by recent changes to the step structure: from-space is now
in step->old_blocks, not step->blocks.  Fortunately some assertions in
ProfHeap picked up the problem.
ghc/rts/LdvProfile.c