Skip to content
  • Andreas Klebinger's avatar
    Mark maximumBy/minimumBy as INLINE. · 6abea760
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    The RHS was too large to inline which often prevented the overhead of the Maybe
    from being optimized away. By marking it as INLINE we can eliminate the
    overhead of both the maybe and are able to unpack the accumulator when
    possible.
    
    Fixes #22609
    6abea760
To find the state of this project's repository at the time of any of these versions, check out the tags.