cvs commit: fptools/ghc/compiler/compMan CmLink.lhs CmSummarise.lhs CompManager.lhs fptools/ghc/compiler/main DriverMkDepend.hs DriverPipeline.hs

Julian Seward sewardj@glass.cse.ogi.edu
Wed, 15 Nov 2000 07:43:31 -0800


sewardj     2000/11/15 07:43:31 PST

  Modified files:
    ghc/compiler/compMan CmLink.lhs CmSummarise.lhs 
                         CompManager.lhs 
    ghc/compiler/main    DriverMkDepend.hs DriverPipeline.hs 
  Log:
  Overhaul of CM, reducing the complexity of recursive module machinery.
  Also, don't compute package dependencies at all, and don't pass them
  to the linker.
  
  Revision  Changes    Path
  1.10      +15 -8     fptools/ghc/compiler/compMan/CmLink.lhs
  1.5       +61 -52    fptools/ghc/compiler/compMan/CmSummarise.lhs
  1.10      +144 -253  fptools/ghc/compiler/compMan/CompManager.lhs
  1.5       +8 -13     fptools/ghc/compiler/main/DriverMkDepend.hs
  1.26      +5 -3      fptools/ghc/compiler/main/DriverPipeline.hs