Skip to content
  • Simon Marlow's avatar
    [project @ 2001-08-10 09:40:11 by simonmar] · bdff5e42
    Simon Marlow authored
    Thread the mut_once_list properly, once, before we start compacting.
    Previously we tried to do it during the first threading phase, but we
    missing some pointers (namely IND_STATIC objects which are only
    reachable via the mut_once list).
    bdff5e42