[project @ 2001-10-18 14:41:01 by simonmar]
authorsimonmar <unknown>
Thu, 18 Oct 2001 14:41:01 +0000 (14:41 +0000)
committersimonmar <unknown>
Thu, 18 Oct 2001 14:41:01 +0000 (14:41 +0000)
commitbda943136e7dee3ad36e368fd81014850b5d6db9
treefcd963ecb270274f747ac31eddc6f5a15d9cca54
parentbd10e5c92533dcfa73a2c338bf4e13bfa10b67f7
[project @ 2001-10-18 14:41:01 by simonmar]
Add a lightweight arena allocation scheme, and use it to speed up
allocation of cost centres and cost-centre stacks in the profiler.
ghc/rts/Arena.c [new file with mode: 0644]
ghc/rts/Arena.h [new file with mode: 0644]
ghc/rts/Profiling.c
ghc/rts/Storage.c