cvs commit: fptools/ghc/compiler/ghci ByteCodeGen.lhs fptools/ghc/compiler/main CmdLineOpts.lhs DriverFlags.hs HscMain.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 14 Dec 2000 04:52:40 -0800


sewardj     2000/12/14 04:52:40 PST

  Modified files:
    ghc/compiler/ghci    ByteCodeGen.lhs 
    ghc/compiler/main    CmdLineOpts.lhs DriverFlags.hs 
                         HscMain.lhs 
  Log:
  Clarify itbl and linking issues for bcos, and add flag -ddump-bcos.
  
  Revision  Changes    Path
  1.14      +320 -58   fptools/ghc/compiler/ghci/ByteCodeGen.lhs
  1.125     +1 -0      fptools/ghc/compiler/main/CmdLineOpts.lhs
  1.35      +2 -1      fptools/ghc/compiler/main/DriverFlags.hs
  1.79      +6 -4      fptools/ghc/compiler/main/HscMain.lhs