cvs commit: fptools/ghc/compiler/ghci ByteCodeLink.lhs ByteCodeGen.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Tue, 6 Feb 2001 02:37:24 -0800


sewardj     2001/02/06 02:37:23 PST

  Modified files:
    ghc/compiler/ghci    ByteCodeLink.lhs ByteCodeGen.lhs 
  Log:
  When linking a bytecode module, only add top-level (isGlobalName)
  bindings into the returned augmented closure env.
  
  Revision  Changes    Path
  1.8       +14 -5     fptools/ghc/compiler/ghci/ByteCodeLink.lhs
  1.36      +3 -3      fptools/ghc/compiler/ghci/ByteCodeGen.lhs