Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not check for a misaligned pointer twice in GC_is_visible
(refactoring) * ptr_chck.c [!THREADS && ALIGNMENT==CPP_PTRSZ/8] (GC_is_visible): Do not evaluate `ADDR(p)&(sizeof(ptr_t)-1)` (because `sizeof(ptr_t)` is equal to `ALIGNMENT` and `ADDR(p)&(ALIGNMENT-1)` is zero).
- Loading branch information