Skip to content
  • Simon Peyton Jones's avatar
    Retain InlinePragInfo on wrappers · c55bcbde
    Simon Peyton Jones authored
    For some reason, when doing the worker/wrapper split, we transferred the
    InlinePragInfo from the original function, but expunging it from the wrapper.
    This meant, for example, that a NOINLINE function would have its wrapper
    inlined, which isn't sensible.
    
    For a change, fixing a bug involves only deleting code!
    c55bcbde