Skip to content
Snippets Groups Projects
Commit e4a38d27 authored by Teo Camarasu's avatar Teo Camarasu Committed by Teo Camarasu
Browse files

Support non-moving segements and other large block groups

Block groups on the haskell heap normally only consist of one block,
but can be longer, eg, for large/pinned objects, compact regions, or for
segments on the nonmoving heap.

We have to take care in our implementation of the block cache and take
this into account when looking up closures.

See: Note [Block groups and the block cache].

Resolves #7
parent a6945b4f
No related branches found
No related tags found
No related merge requests found
Pipeline #88709 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment