simonmar    2002/08/16 06:29:07 PDT

  Modified files:
    ghc/includes         Stable.h 
    ghc/rts              Capability.c GC.c Itimer.c Linker.c 
                         ProfHeap.c RtsStartup.c RtsUtils.c 
                         Schedule.c Stable.c Stats.c 
                         ThreadLabels.c 
  Log:
  Global and common variable sweep: staticize many variables that don't
  need to be globally visible.
  
  Revision  Changes    Path
  1.13      +1 -4      fptools/ghc/includes/Stable.h
  1.13      +1 -1      fptools/ghc/rts/Capability.c
  1.138     +9 -9      fptools/ghc/rts/GC.c
  1.31      +3 -3      fptools/ghc/rts/Itimer.c
  1.101     +2 -2      fptools/ghc/rts/Linker.c
  1.38      +3 -3      fptools/ghc/rts/ProfHeap.c
  1.66      +2 -2      fptools/ghc/rts/RtsStartup.c
  1.27      +2 -2      fptools/ghc/rts/RtsUtils.c
  1.152     +16 -22    fptools/ghc/rts/Schedule.c
  1.22      +4 -4      fptools/ghc/rts/Stable.c
  1.45      +4 -4      fptools/ghc/rts/Stats.c
  1.3       +1 -1      fptools/ghc/rts/ThreadLabels.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to