Skip to content
  • Matthew Pickering's avatar
    Mark mapUnionFV as INLINABLE rather than INLINE · d1229353
    Matthew Pickering authored
    It is a self-recursive function so will always be the loop-breaker
    and hence never able to be inlined. It is dubious whether the INLINABLE
    pragma will ever help as it is not a very polymorphic function
    but some specialisation could occur.
    d1229353