Support unaligned GC array accesses in `Prim`
Open
- Dominant language
- Haskell
- Stars
- 123
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
GHC exposes a set of `(read|write|index)Word8ArrayAs[ty]#` primops for safe unaligned accesses to GC pointers. I think the `Prim` class could sensibly expose these.
Also note that similar primops for `Addr#` non-GC pointers will be coming in GHC 9.10 .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.