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/