-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Rework built-in COM->CLR stubs to build on the UnmanagedCallersOnly model #126002
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c185135
Convert COM->CLR stubs to have an explicit first parameter for the IU…
jkoritzinsky ebefbc6
Move COM->CLR stubs to use UMThunkEntryInfo and directly calling the …
jkoritzinsky 3c366de
Introduce return stubs for the error scenarios instead of manually se…
jkoritzinsky 23d521d
Add concept of "temporary target" to UMEntryThunkData and use it for …
jkoritzinsky d73bc07
Delete emitComStubCall now that it's unused
jkoritzinsky 73d70b0
Qualify destructor
jkoritzinsky dffe50a
Remove more dead code
jkoritzinsky 84460b2
Delete more dead code
jkoritzinsky e18b5b6
PR feedback
jkoritzinsky 688631e
More PR feedback
jkoritzinsky 72d937e
PR feedback and use macros for better unwind code support
jkoritzinsky 84e6988
Fix failures
jkoritzinsky 7e7e39f
Merge branch 'main' into comtoclrcall-uco
jkoritzinsky 80ba426
Fix compilation issues and remove more dead code
jkoritzinsky 1bcdb80
Inline a NULL
jkoritzinsky c50632c
Fix build failures
jkoritzinsky e1bbdd8
Update src/coreclr/vm/comcallablewrapper.h
jkoritzinsky 34f22f2
Fix copilot feedback that we're going to fix
jkoritzinsky 42ffca7
Use standard representations of NaN instead of bit twiddling
jkoritzinsky e16e512
PR feedback and fix sign for double
jkoritzinsky c893073
Fix setting NaN correctly
jkoritzinsky c409790
Add another push as the stack gets popped by the stdcall entrypoint a…
jkoritzinsky 67a9d8e
Fix scoping for x86
jkoritzinsky cbf16f8
Remove unused local
jkoritzinsky c32e4e6
Bump up to 240 bytes to ensure alignment at 16-bytes for SAVE_ARGUMEN…
jkoritzinsky e5b7d6f
Update src/coreclr/vm/comtoclrcall.h
jkoritzinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.