cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar at haskell.org
Thu Apr 7 11:56:34 EDT 2005


simonmar    2005/04/07 08:56:34 PDT

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.225     +88 -74    fptools/ghc/rts/Schedule.c


More information about the Cvs-ghc mailing list