Skip to content
  • Simon Marlow's avatar
    lag/drag/void profiling fix · 6a8f124f
    Simon Marlow authored
    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.
    6a8f124f