simonpj     2003/09/23 08:09:10 PDT

  Modified files:
    ghc/compiler/basicTypes Literal.lhs 
  Log:
           --------------------------
       Make MachString literals a bit bigger
           --------------------------
  
  Up to now, unboxed string literals of up to 3 characters had
  size 1, which means they are inlined in place of a variable.
  That seems over-eager (duplication), so I've upped their size a bit.
  
  Revision  Changes    Path
  1.43      +3 -1      fptools/ghc/compiler/basicTypes/Literal.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to