summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/SmallArray.hs
Commit message (Collapse)AuthorAgeFilesLines
* Perf: use SmallArray for primops' Ids cache (#20857)Sylvain Henry2022-01-061-0/+92
SmallArray doesn't perform bounds check (faster). Make primop tags start at 0 to avoid index arithmetic.