simonpj 2003/01/20 08:24:52 PST
Modified files:
ghc/compiler/basicTypes Literal.lhs
Log:
Increase the size of a string literal; cures a simplifier loop
when an application (f "x") appeared to have size 1, and so was
inlined repeatedly. The problem was that "x" appeared to have
size 0.
Revision Changes Path
1.38 +5 -2 fptools/ghc/compiler/basicTypes/Literal.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc
- cvs commit: fptools/ghc/compiler/basicTypes Literal.lhs Simon Marlow
- cvs commit: fptools/ghc/compiler/basicTypes Litera... Simon Peyton Jones
- cvs commit: fptools/ghc/compiler/basicTypes Litera... Simon Marlow
- cvs commit: fptools/ghc/compiler/basicTypes Litera... Simon Marlow
- cvs commit: fptools/ghc/compiler/basicTypes Litera... Simon Peyton Jones
- cvs commit: fptools/ghc/compiler/basicTypes Litera... Simon Marlow
