cvs commit: fptools/ghc/compiler/ghci InterpSyn.lhs Linker.lhs
CmCompile.lhs CmFind.lhs CmLink.lhs CmStaticInfo.lhs
CmSummarise.lhs CompManager.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Fri, 6 Oct 2000 08:48:30 -0700
simonmar 2000/10/06 08:48:30 PDT
Modified files:
ghc/compiler/ghci CmCompile.lhs CmFind.lhs CmLink.lhs
CmStaticInfo.lhs CmSummarise.lhs
CompManager.lhs
Added files:
ghc/compiler/ghci InterpSyn.lhs Linker.lhs
Log:
- Add Linker.lhs, an interface to the underlying RTS object linker
- Split off the interpreter's abstract syntax into InterpSyn.lhs
- Some minor updates to the compilation manager stuff.
Revision Changes Path
1.4 +1 -1 fptools/ghc/compiler/ghci/CmCompile.lhs
1.4 +1 -1 fptools/ghc/compiler/ghci/CmFind.lhs
1.5 +48 -18 fptools/ghc/compiler/ghci/CmLink.lhs
1.4 +1 -1 fptools/ghc/compiler/ghci/CmStaticInfo.lhs
1.5 +2 -2 fptools/ghc/compiler/ghci/CmSummarise.lhs
1.6 +3 -4 fptools/ghc/compiler/ghci/CompManager.lhs