Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/afbceef080a0c5f9e7064dcd8f6b865ef2757a3d >--------------------------------------------------------------- commit afbceef080a0c5f9e7064dcd8f6b865ef2757a3d Author: Simon Marlow <marlo...@gmail.com> Date: Sat Oct 13 20:30:12 2012 +0100 delete old comments >--------------------------------------------------------------- rts/Schedule.c | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git a/rts/Schedule.c b/rts/Schedule.c index 7d3fb53..32e0261 100644 --- a/rts/Schedule.c +++ b/rts/Schedule.c @@ -173,28 +173,6 @@ static void deleteThread_(Capability *cap, StgTSO *tso); * thread ends * stack overflow - GRAN version: - In a GranSim setup this loop iterates over the global event queue. - This revolves around the global event queue, which determines what - to do next. Therefore, it's more complicated than either the - concurrent or the parallel (GUM) setup. - This version has been entirely removed (JB 2008/08). - - GUM version: - GUM iterates over incoming messages. - It starts with nothing to do (thus CurrentTSO == END_TSO_QUEUE), - and sends out a fish whenever it has nothing to do; in-between - doing the actual reductions (shared code below) it processes the - incoming messages and deals with delayed operations - (see PendingFetches). - This is not the ugliest code you could imagine, but it's bloody close. - - (JB 2008/08) This version was formerly indicated by a PP-Flag PAR, - now by PP-flag PARALLEL_HASKELL. The Eden RTS (in GHC-6.x) uses it, - as well as future GUM versions. This file has been refurbished to - only contain valid code, which is however incomplete, refers to - invalid includes etc. - ------------------------------------------------------------------------ */ static Capability * _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc