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
With the completion of support for NativeCallableAttribute being public - #33005, there is some additional cleanup that can now occur. The UMThunkStub() calls written in assembly can now be replaced by the newly added JIT helpers for Reverse P/Invoke Enter/Exit.
With the completion of support for NativeCallableAttribute being public - #33005, there is some additional cleanup that can now occur. The
UMThunkStub()
calls written in assembly can now be replaced by the newly added JIT helpers for Reverse P/Invoke Enter/Exit.runtime/src/coreclr/src/vm/jithelpers.cpp
Lines 5064 to 5095 in a1af0f2
The x86 case must still use the
UMThunkStub()
, but all other can now be removed./cc @jkoritzinsky @jkotas @janvorli
The text was updated successfully, but these errors were encountered: