cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar at glass.cse.ogi.edu
Fri Feb 27 04:39:17 EST 2004


simonmar    2004/02/27 04:39:17 PST

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  scheduleWaitThread(): don't call THREAD_RUNNABLE because the new
  thread is bound, and therefore only runnable by the current OS
  thread.  Calling THREAD_RUNNABLE just wakes up workers and slows
  things down.
  
  Revision  Changes    Path
  1.189     +6 -12     fptools/ghc/rts/Schedule.c


More information about the Cvs-ghc mailing list