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
The current code should do this. However, if the outer function already has an inline annotation, it will get two of them. I should add a check, which is why I'm leaving this open.
No, because we clone the original function definition's attributes to not interfere with e.g. docs. But if the original function was already inlined, we need to inline the inner function instead.
The outer function should probably be inlined.
The text was updated successfully, but these errors were encountered: