[project @ 2000-04-05 15:32:08 by simonmar]
authorsimonmar <unknown>
Wed, 5 Apr 2000 15:32:08 +0000 (15:32 +0000)
committersimonmar <unknown>
Wed, 5 Apr 2000 15:32:08 +0000 (15:32 +0000)
commit90515a133ec54390e18e8e9145a389397359f6bd
tree538b124310d66e1096d89ef49d6350ab8f57645c
parent8349f9a99ffb33fa969812cb150a4b9f2bcaf448
[project @ 2000-04-05 15:32:08 by simonmar]
Preliminary support for heap profiles by module, type, or closure
description (ie. +RTS -h{Y,D,M}).

The hash tables are dynamically expanding, but lookup seems fairly
slow so the implementation may need to change at some point.
ghc/rts/ProfHeap.c
ghc/rts/StrHash.c [new file with mode: 0644]
ghc/rts/StrHash.h [new file with mode: 0644]