patch applied (ghc): Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques

Simon Peyton Jones simonpj at microsoft.com
Wed Nov 21 13:04:44 EST 2007


Fri Nov 16 07:24:46 PST 2007  simonpj at microsoft.com
  * Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques
  
  This is intended only for debugging use: it makes it easier to
  compare two variants without the variations between uniques mattering.
  
  (Of course, you can't actually feed the output to the C compiler
  or assembler and expect anything sensible to happen!)
  

    M ./compiler/basicTypes/Unique.lhs +6
    M ./compiler/main/StaticFlags.hs -2 +5



More information about the Cvs-ghc mailing list