-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
AaronRobinsonMSFT
added
area-Interop-coreclr
untriaged
New issue has not been triaged by the area owner
labels
Mar 14, 2020
jkotas
changed the title
The Windows x86 path for NativeCallableAttribute should be improved.
The x86 path for NativeCallableAttribute should be improved.
Mar 29, 2020
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. |
jeffschwMSFT
removed
the
untriaged
New issue has not been triaged by the area owner
label
Apr 2, 2020
See #34548 for (subset of) places that are affected. |
AaronRobinsonMSFT
changed the title
The x86 path for NativeCallableAttribute should be improved.
The x86 path for UnmanagedCallersOnlyAttribute should be improved.
May 3, 2020
@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. |
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Dec 19, 2020
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jan 20, 2021
Fixed by #46238 |
ghost
locked as resolved and limited conversation to collaborators
May 5, 2021
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: