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
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to