-
Notifications
You must be signed in to change notification settings - Fork 199
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
Implement handling PreserveSig = false for interfaces #1206
Merged
jkotas
merged 9 commits into
dotnet:feature/NativeAOT
from
kant2002:kant/preservesig-false
Jun 8, 2021
Merged
Implement handling PreserveSig = false for interfaces #1206
jkotas
merged 9 commits into
dotnet:feature/NativeAOT
from
kant2002:kant/preservesig-false
Jun 8, 2021
Commits on Jun 7, 2021
-
Implement handling PerserveSig = false for interfaces
This was done by pretending return value is out argument passed as last value. We still need to return that value, so this require change in the Marshaller.cs so it would not throw assertion, since previously only Return values can return value.
Configuration menu - View commit details
-
Copy full SHA for ba68a4b - Browse repository at this point
Copy the full SHA ba68a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f614212 - Browse repository at this point
Copy the full SHA f614212View commit details -
I add special case for handling blittable types which are return type…
… for PreserveSig=false methods. In this case I fallback to default marshalling implementation.
Configuration menu - View commit details
-
Copy full SHA for 15a5c68 - Browse repository at this point
Copy the full SHA 15a5c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48de7aa - Browse repository at this point
Copy the full SHA 48de7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5bb1c - Browse repository at this point
Copy the full SHA 0b5bb1cView commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbdb239 - Browse repository at this point
Copy the full SHA dbdb239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5903921 - Browse repository at this point
Copy the full SHA 5903921View commit details -
Update src/coreclr/tools/Common/TypeSystem/Interop/IL/Marshaller.cs
Co-authored-by: Jan Kotas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df9bdb1 - Browse repository at this point
Copy the full SHA df9bdb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e098f6 - Browse repository at this point
Copy the full SHA 5e098f6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.