plasma
plasma copied to clipboard
Implement sweeping for medium-cell storage
While I work on #188 I'm going to leave sweeping unimplemented because medium-sized blocks are currently to rare to test the sweeping code. But once it is needed we should implement it. Consider whether cell merging is part of this bug or separate.
Blocked by ~~#188~~ .
This is also triggered by allocateLots.p on the gc branch. and it looks like it is triggered multiple times but I think that's one cell repeated for each GC event. It'd be better to have it occur more often before implementing it.