Should allocate_cell() return a cell with a ref count of one/
This is essentially fixed in commit 219f082. This commit reduces the amount of memory being allocated by an order of magnitude, which is good, but it doesn't do nearly enough to increase the…
Should allocate_cell() return a cell with a ref count of one/
Should allocate_cell() return a cell with a ref count of one/
OK, first commit on the feature branch, and it's immediately better. One additional unit test passes; the amount of memory recovered slightly reduces.
Should allocate_cell() return a cell with a ref count of one/
OK, we're doing this. cons_page/allocate_cell(tag) shall always return a cell with count = 1. It shall be the responsibility of the creating function to ensure that that cell gets appropriately…
Should allocate_cell() return a cell with a ref count of one/