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

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 18 Dec 2000 06:03:30 -0800


sewardj     2000/12/18 06:03:30 PST

  Modified files:
    ghc/compiler/ghci    ByteCodeGen.lhs 
  Log:
  Change the literal pool to be an array of host-wide-Words rather than Word32s.
  
  Revision  Changes    Path
  1.18      +26 -47    fptools/ghc/compiler/ghci/ByteCodeGen.lhs