You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens often when we use all, for, etc. with a lambda to create a loop, that the lambda gets lifted-out and not inlined if it's too big. There is no benefit in not having it inlined when there is only one call site.
The text was updated successfully, but these errors were encountered:
It happens often when we use
all
,for
, etc. with a lambda to create a loop, that the lambda gets lifted-out and not inlined if it's too big. There is no benefit in not having it inlined when there is only one call site.The text was updated successfully, but these errors were encountered: