Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is valid for an object pointer to point to the "end" of the heap (`s->heap.start + s->heap.oldGenSize`) if it is a pointer to an object of zero size, such as a zero-length array/vector or a `unit array` or `unit ref`, in which case the object proper does not extend beyond the "end" of heap. Closes #560
- Loading branch information