diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-07-08 16:29:01 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-17 11:21:10 -0500 |
commit | c4ad915089c440ea35e8727dec9133f4aefcb8c9 (patch) | |
tree | b8d9d52132f4eb713ab28734f2960a4deaf38105 /rts/AwaitEvent.h | |
parent | fd48d8b0aaf65c1c2f12d9e7433091f6984ab182 (diff) | |
download | haskell-c4ad915089c440ea35e8727dec9133f4aefcb8c9.tar.gz |
rts: TraverseHeap: Introduce callback for subtree completion
The callback 'return_cb' allows users to be perform additional accounting
when the traversal of a subtree is completed. This is needed for example to
determine the number or total size of closures reachable from a given
closure.
This commit also makes the lifetime increase of stackElements from commit
"rts: TraverseHeap: Increase lifetime of stackElements" optional based on
'return_cb' being set enabled or not.
Note that our definition of "subtree" here includes leaf nodes. So the
invariant is that return_cb is called for all nodes in the traversal
exactly once.
Diffstat (limited to 'rts/AwaitEvent.h')
0 files changed, 0 insertions, 0 deletions