cvs commit: fptools/ghc/compiler Makefilefptools/ghc/compiler/basicTypes RdrName.lhs Unique.lhs fptools/ghc/compiler/codeGen CgClosure.lhs ClosureInfo.lhs fptools/ghc/compiler/compMan CompManager.lhs fptools/ghc/compiler/coreSyn CoreUtils.lhs PprExternalCore.lhs ...

Simon Marlow simonmar at glass.cse.ogi.edu
Mon Nov 17 06:23:40 EST 2003


simonmar    2003/11/17 06:23:40 PST

  Modified files:
    ghc/compiler         Makefile 
    ghc/compiler/basicTypes RdrName.lhs Unique.lhs 
    ghc/compiler/codeGen CgClosure.lhs ClosureInfo.lhs 
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/coreSyn CoreUtils.lhs PprExternalCore.lhs 
    ghc/compiler/ghci    Linker.lhs 
    ghc/compiler/iface   IfaceEnv.lhs LoadIface.lhs 
    ghc/compiler/main    CmdLineOpts.lhs DriverMkDepend.hs 
    ghc/compiler/parser  Lexer.x 
    ghc/compiler/prelude PrimOp.lhs 
    ghc/compiler/typecheck Inst.lhs 
    ghc/compiler/types   Class.lhs InstEnv.lhs 
    ghc/compiler/utils   FastMutInt.lhs PrimPacked.lhs 
                         StringBuffer.lhs 
  Log:
  GC some dead code.  In some places, I left useful-looking but
  currently unused definitions in place, surrounded by #ifdef UNUSED
  ... #endif.
  
  Revision  Changes    Path
  1.255     +0 -1      fptools/ghc/compiler/Makefile
  1.27      +2 -28     fptools/ghc/compiler/basicTypes/RdrName.lhs
  1.70      +7 -10     fptools/ghc/compiler/basicTypes/Unique.lhs
  1.62      +3 -3      fptools/ghc/compiler/codeGen/CgClosure.lhs
  1.61      +1 -3      fptools/ghc/compiler/codeGen/ClosureInfo.lhs
  1.141     +0 -3      fptools/ghc/compiler/compMan/CompManager.lhs
  1.120     +6 -8      fptools/ghc/compiler/coreSyn/CoreUtils.lhs
  1.6       +1 -1      fptools/ghc/compiler/coreSyn/PprExternalCore.lhs
  1.38      +1 -1      fptools/ghc/compiler/ghci/Linker.lhs
  1.5       +1 -1      fptools/ghc/compiler/iface/IfaceEnv.lhs
  1.6       +1 -1      fptools/ghc/compiler/iface/LoadIface.lhs
  1.181     +0 -20     fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.31      +4 -2      fptools/ghc/compiler/main/DriverMkDepend.hs
  1.18      +1 -1      fptools/ghc/compiler/parser/Lexer.x
  1.105     +1 -12     fptools/ghc/compiler/prelude/PrimOp.lhs
  1.130     +0 -2      fptools/ghc/compiler/typecheck/Inst.lhs
  1.40      +1 -5      fptools/ghc/compiler/types/Class.lhs
  1.28      +3 -2      fptools/ghc/compiler/types/InstEnv.lhs
  1.4       +1 -14     fptools/ghc/compiler/utils/FastMutInt.lhs
  1.29      +8 -11     fptools/ghc/compiler/utils/PrimPacked.lhs
  1.62      +0 -4      fptools/ghc/compiler/utils/StringBuffer.lhs


More information about the Cvs-ghc mailing list