-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
The x86 path for UnmanagedCallersOnlyAttribute should be improved. #33582
Labels
Milestone
Comments
Generalizing the issue to both Windows and Linux. It turns our both Windows x86 and Linux x86 need work. |
See #34251 (comment) for Linux x86 issues. |
See #34548 for (subset of) places that are affected. |
@jkoritzinsky I assume some of the work you are doing is addressing this. |
Kind of. I’ll make sure to link to this issue as I do the work related to it. |
Fixed by #46238 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The making public of
NativeCallableAttribute
UnmanagedCallersOnlyAttribute
done in #33005, provided some additional optimizations. However the Windows-x86 path was deemed lower priority so wasn't optimized. There are various locations where the Windows-x86 platform opted out of the optimization.Examples:
runtime/src/coreclr/src/vm/jitinterface.cpp
Lines 9212 to 9224 in a1af0f2
runtime/src/coreclr/src/vm/jitinterface.cpp
Lines 12389 to 12392 in a1af0f2
runtime/src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs
Lines 2887 to 2891 in a1af0f2
runtime/src/coreclr/src/tools/crossgen2/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs
Lines 1663 to 1669 in a1af0f2
The text was updated successfully, but these errors were encountered: