Store heap object size in "header" (gc_obj.tag)
We know this at allocation time; no need to recompute in GC. This takes
no extra space since we're not using the upper bits of the tag word
anyway.
authored by
bernsteinbear.com
and committed by