Skip to content
Snippets Groups Projects
Commit 8b3305fc authored by Simon Marlow's avatar Simon Marlow Committed by Ian Lynagh
Browse files

Better heap profiling for pinned objects (e.g. ByteStrings).

Previously we were completely ignoring these, due to the difficulties
of traversing the pinned blocks (the objects are not necessarily
end-to-end, we can't tell how large the gaps are).  Now just count the
whole block as a big ARR_WORDS, so at least we're accounting for the
memory and it has the right type.
parent 9896b451
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment