Skip to content
Snippets Groups Projects
Commit 1596107f authored by Simon Marlow's avatar Simon Marlow Committed by pcapriotti
Browse files

Cache the result of countOccupied(gen->large_objects) as gen->n_large_words (#7257)

The program in #7257 was spending 90% of its time counting the live
data in gen->large_objects.  We already avoid doing this for small
objects, but in this example the old generation was full of large
objects (actually pinned ByteStrings).

MERGED from commit 016fd74d
parent f99f369f
No related branches found
No related tags found
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