simonpj     2002/07/10 08:51:35 PDT

  Modified files:        (Branch: meta-haskell-branch)
    ghc/compiler/compMan CompManager.lhs 
    ghc/compiler/ghci    ByteCodeAsm.lhs ByteCodeGen.lhs 
                         ByteCodeLink.lhs InteractiveUI.hs 
                         Linker.lhs 
    ghc/compiler/hsSyn   Convert.lhs 
    ghc/compiler/main    DriverPipeline.hs HscMain.lhs Main.hs 
  Added files:           (Branch: meta-haskell-branch)
    ghc/compiler/ghci    ObjLink.lhs 
  Log:
        Reorganise the linker a bit more
  
  Now:
  
    ghci/Linker         is main dynamic linker
  
    ghci/ObjLink                is the dynamic object-code linker
                        (was ghic/Linker)
  
    ghci/ByteCodeLink   is the dynamic byte-code linker
  
  Package linking stuff has moved from InteractiveUI (where it
  did not belong) into ghic/Linker
  
  Revision  Changes    Path
  1.109.2.13 +2 -2      fptools/ghc/compiler/compMan/CompManager.lhs
  1.1.2.5   +9 -2      fptools/ghc/compiler/ghci/Attic/ByteCodeAsm.lhs
  1.75.2.8  +7 -16     fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.36.2.8  +22 -330   fptools/ghc/compiler/ghci/ByteCodeLink.lhs
  1.121.2.8 +3 -223    fptools/ghc/compiler/ghci/InteractiveUI.hs
  1.13.2.4  +627 -56   fptools/ghc/compiler/ghci/Linker.lhs
  1.1.2.3   +26 -5     fptools/ghc/compiler/hsSyn/Attic/Convert.lhs
  1.129.2.10 +1 -1      fptools/ghc/compiler/main/DriverPipeline.hs
  1.156.2.16 +1 -1      fptools/ghc/compiler/main/HscMain.lhs
  1.104.2.6 +2 -1      fptools/ghc/compiler/main/Main.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to