cvs commit: fptools/ghc/rts Printer.c

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 2 Apr 2001 07:51:58 -0700


simonmar    2001/04/02 07:51:58 PDT

  Modified files:
    ghc/rts              Printer.c 
  Log:
  - make Printer.c a little more useful when profiling is on,
    by taking advantage of the extra information in the info table.
  
  - enhance findPtr to follow chains of references backwards through the
    heap.  This is a cunning little tool for tracking down space leaks
    (if you're comfortable using gdb as the user-interface to your
    profiler :-)
  
  Revision  Changes    Path
  1.39      +51 -16    fptools/ghc/rts/Printer.c