Skip to content
  • Simon Marlow's avatar
    [project @ 2005-04-07 15:56:34 by simonmar] · 5000229d
    Simon Marlow authored
    A much simpler way of stopping all the other threads to do a GC in SMP
    mode: the thread that wants to do GC just acquires all the
    capabilities, and releases them after doing the GC.
    5000229d