Skip to content
  • Simon Marlow's avatar
    bef3da1e
    A small GC optimisation · bef3da1e
    Simon Marlow authored
    Store the *number* of the destination generation in the Bdescr struct,
    so that in evacuate() we don't have to deref gen to get it.
    This is another improvement ported over from my GC branch.
    bef3da1e
    A small GC optimisation
    Simon Marlow authored
    Store the *number* of the destination generation in the Bdescr struct,
    so that in evacuate() we don't have to deref gen to get it.
    This is another improvement ported over from my GC branch.
Loading