Note [Worker/wrapper for NOINLINE functions]

GHC/Core/Opt/WorkWrap.hs:257 compiler

We used to disable worker/wrapper for NOINLINE things, but it turns out
this can cause unnecessary reboxing of values. Consider

  {-# NOINLINE f #

References 0

This Note does not link to any other.

Referenced by 8