Skip to content
  • Simon Peyton Jones's avatar
    [project @ 2003-09-23 15:09:09 by simonpj] · add773aa
    Simon Peyton Jones authored
    --------------------------
         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.
    add773aa