cvs commit: fptools/ghc/rts Schedule.c Task.c

Simon Marlow simonmar at microsoft.com
Thu Oct 20 07:45:19 EDT 2005


simonmar    2005/10/20 04:45:19 PDT

  Modified files:
    ghc/rts              Schedule.c Task.c 
  Log:
  changes to exitScheduler(): instead of waiting for all the tasks to
  stop, which is unreasonable, we just wait for the run queue to drain.
  This is much quicker, but not ideal (see comments).
  
  Revision  Changes    Path
  1.262     +53 -0     fptools/ghc/rts/Schedule.c
  1.16      +0 -29     fptools/ghc/rts/Task.c


More information about the Cvs-ghc mailing list