Skip to content
  • Simon Marlow's avatar
    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