[project @ 1999-10-13 16:39:10 by simonmar]
authorsimonmar <unknown>
Wed, 13 Oct 1999 16:39:24 +0000 (16:39 +0000)
committersimonmar <unknown>
Wed, 13 Oct 1999 16:39:24 +0000 (16:39 +0000)
commit5c67176de89fee19a02056216a7c58579e765148
tree511bcf8327d7e281bee78c1eb801d46f9bcf53cd
parentd410f90dde7f2cb3ed0a0a1778e79209375b922a
[project @ 1999-10-13 16:39:10 by simonmar]
Crude allocation-counting extension to ticky-ticky profiling.

Allocations are counted against the closest lexically enclosing
function closure, so you need to map the output back to the STG code.
15 files changed:
ghc/compiler/absCSyn/AbsCUtils.lhs
ghc/compiler/absCSyn/CLabel.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/codeGen/CgMonad.lhs
ghc/compiler/utils/Outputable.lhs
ghc/driver/ghc-asm.lprl
ghc/includes/StgMacros.h
ghc/includes/StgTicky.h
ghc/rts/PrimOps.hc
ghc/rts/Storage.c
ghc/rts/Ticky.c