Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change GC_GRANULE_PTRS back to two pointers for CHERI
(fix of commit e1fb227) Issue #627 (bdwgc). Some code of bdwgc like `GC_generic_malloc_aligned` expects value of `GC_GRANULE_PTRS` to be not smaller than 2. * include/gc/gc_tiny_fl.h [!GC_GRANULE_BYTES && __CHERI_PURE_CAPABILITY__] (GC_GRANULE_PTRS): Define to 2.
- Loading branch information