Skip to content
  • Simon Peyton Jones's avatar
    Make CSE delay inlining less · 4a6d3d68
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    CSE delays inlining a little bit, to avoid losing vital
    specialisations; see Note [Delay inlining after CSE] in CSE.
    
    But it was being over-enthusiastic.  This patch makes the
    delay only apply to Ids with specialisation rules, which
    avoids unnecessary delay (#17409).
    4a6d3d68