Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pointer check in moved_or_living_object_strictly_p
We don't need to check that the object is pointer to the GC heap in moved_or_living_object_strictly_p because it is called during reference updating, which does not free pages so it can never point to an object that is not on the GC heap.
- Loading branch information