Note [Do not unbox class dictionaries]
We never unbox class dictionaries in worker/wrapper.
1. INLINABLE functions
If we have
f :: Ord a => [a] -> Int -> a
{-# INLINABLE f # References 0
This Note does not link to any other.
Referenced by 4
- GHC.Core.Opt.WorkWrap.Utils call site ×2
- Making dictionary parameters strict GHC.Core.Opt.DmdAnal
- GHC.Core.Opt.WorkWrap call site