cvs commit: fptools/ghc/rts Printer.c Printer.h ProfHeap.c

Simon Marlow simonmar@glass.cse.ogi.edu
Wed, 28 Nov 2001 07:43:23 -0800


simonmar    2001/11/28 07:43:23 PST

  Modified files:
    ghc/rts              Printer.c Printer.h ProfHeap.c 
  Log:
  Make it work in a DEBUG world again (when DEBUG is on we have ancient
  support for doing a heap profile based on info-tables - it is still
  there, but I haven't tested it).
  
  Revision  Changes    Path
  1.49      +7 -7      fptools/ghc/rts/Printer.c
  1.6       +2 -2      fptools/ghc/rts/Printer.h
  1.30      +22 -11    fptools/ghc/rts/ProfHeap.c