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
Since the JIT compiler can inline indirect calls, we need to emit
stackmaps for them too. Since we can't tell if an indirect call is an
intrisnic (which doesn't need stackmaps) this will inevitably create
some unneeded stackmap calls. But since they'll never be used, all they
cost is space in the binary.
0 commit comments