Jit codegen for inline pinvoke is currently more restricted than necessary for CoreCLR, since it is working around issues that arise with exception interop on windows.
We should remove the support and the restrictions on jit codegen.
See notes for dotnet/coreclr#8263.
Jit codegen for inline pinvoke is currently more restricted than necessary for CoreCLR, since it is working around issues that arise with exception interop on windows.
We should remove the support and the restrictions on jit codegen.
See notes for dotnet/coreclr#8263.