-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unblock inlining of generics with static fields #109256
unblock inlining of generics with static fields #109256
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@EgorBo FYI -- this seems to just work now (perhaps because of the work you did on inlining shared generics). Not surprisingly it leads to size increases, but the diffs don't look too bad. |
SPMI won't show the impact of this, since the JIT will be making new interface calls. |
@EgorBo PTAL |
Right, it explains why we still have to keep CORINFO_FIELD_STATIC_READYTORUN_HELPER, there were NAOT/R2R cases we couldn't inline them. |
Contributes to #108913