hwloidl     2002/10/12 17:58:24 PDT

  Modified files:        (Branch: gum-5-02-3)
    ghc/includes         Parallel.h 
    ghc/rts              GC.c RtsFlags.c Schedule.c Schedule.h 
                         Signals.c Sparks.c Sparks.h Stats.c 
    ghc/rts/parallel     Global.c HLComms.c ParInit.c ParTicky.c 
                         ParallelRts.h 
  Log:
  GUM port for GHC 5.02.3
  Should compile ok at this stage, rest untested!
  Latest changes from the GUM 4.06 branch are NOT included here (espec.
  code for low-high-watermarks, latest PAR_TICKY code etc)
  GdH code has been copied as-is. Probably won't even compile at this stage.
  
  Revision  Changes    Path
  1.4.22.1  +17 -8     fptools/ghc/includes/Parallel.h
  1.121.4.6.4.1 +6 -20     fptools/ghc/rts/GC.c
  1.49.4.1.4.1 +4 -4      fptools/ghc/rts/RtsFlags.c
  1.100.4.7.4.1 +19 -22    fptools/ghc/rts/Schedule.c
  1.22.6.4.4.1 +17 -1     fptools/ghc/rts/Schedule.h
  1.21.4.3.4.1 +1 -17     fptools/ghc/rts/Signals.c
  1.4.10.1  +15 -14    fptools/ghc/rts/Sparks.c
  1.3.12.1  +3 -4      fptools/ghc/rts/Sparks.h
  1.32.4.3.4.1 +118 -1    fptools/ghc/rts/Stats.c
  1.4.22.1  +9 -6      fptools/ghc/rts/parallel/Global.c
  1.6.20.1  +9 -9      fptools/ghc/rts/parallel/HLComms.c
  1.5.20.1  +3 -3      fptools/ghc/rts/parallel/ParInit.c
  1.1.22.1  +8 -6      fptools/ghc/rts/parallel/ParTicky.c
  1.4.22.1  +4 -4      fptools/ghc/rts/parallel/ParallelRts.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to