dolphinsmalltalk/DolphinVM

DolphinVM does not release OT pages it frees when compacting the OT

blairmcg opened this issue · 0 comments

The compact operation in the Dolphin Object Memory compacts all live object table entries into a contiguous block at the start of the OT. This would allow for commited pages above the new high water mark to be released, but this was never implemented (VM has a TODO).