This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove !impLocAllocOnStack() and callRetTyp != TYP_STRUCT PInvoke inlining restrictions that were left-overs from old times (before 2001) when PInvoke inlining was very impoverished and different from regular calls. The argument handling for PInvoke inlining and regular calls is same today. Since regular calls have to deal with these conditions properly, PInvoke inlining gets it for free. Also, these conditions have been exercised by IL stubs where the PInvoke inlining restrictions are ignored. - Disable CoreCLR-specific PInvoke inlining restriction for CoreRT.
- Loading branch information
Showing
2 changed files
with
58 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters