Skip to content
  • Simon Marlow's avatar
    GC refactoring and cleanup · 18896fa2
    Simon Marlow authored
    Now we keep any partially-full blocks in the gc_thread[] structs after
    each GC, rather than moving them to the generation.  This should give
    us slightly better locality (though I wasn't able to measure any
    difference).
    
    Also in this patch: better sanity checking with THREADED.
    18896fa2