cvs commit: fptools/ghc/compiler/basicTypes Name.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 10 Dec 2001 06:00:35 -0800


simonmar    2001/12/10 06:00:35 PST

  Modified files:
    ghc/compiler/basicTypes Name.lhs 
  Log:
  Make the OccName and SrcLoc fields of a Name strict, to eliminate
  space leaks.  This doesn't hurt performance.
  
  Revision  Changes    Path
  1.93      +6 -2      fptools/ghc/compiler/basicTypes/Name.lhs