cvs commit: fptools/ghc/rts GC.c GCCompact.c Stats.c Storage.c fptools/ghc/includes Storage.h

Simon Marlow simonmar at haskell.org
Mon Jul 25 09:59:10 EDT 2005


simonmar    2005/07/25 06:59:10 PDT

  Modified files:
    ghc/rts              GC.c GCCompact.c Stats.c Storage.c 
    ghc/includes         Storage.h 
  Log:
  Tweaks to the GC to improve perforrmance.  Might be as much as 10% on
  some programs.
  
  Revision  Changes    Path
  1.197     +283 -157  fptools/ghc/rts/GC.c
  1.34      +9 -8      fptools/ghc/rts/GCCompact.c
  1.57      +9 -7      fptools/ghc/rts/Stats.c
  1.102     +12 -6     fptools/ghc/rts/Storage.c
  1.17      +8 -2      fptools/ghc/includes/Storage.h


More information about the Cvs-ghc mailing list