-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove extra UnmanagedCallersOnly overhead on x86 #46238
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
Closed
jkoritzinsky
wants to merge
26
commits into
dotnet:master
from
jkoritzinsky:x86-reverse-stub-cleanup
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
150d62e
Implement emitting an unmanaged calling convention entry point with t…
jkoritzinsky c6f5880
Move Unix x86 to the UnmanagedCallersOnly plan now that we don't need…
jkoritzinsky d54420b
Add SEH hookup and profiler/debugger hooks to Reverse P/Invoke entry …
jkoritzinsky 104a45a
Remove Windows x86 assembly stub for individual reverse p/invokes. Mo…
jkoritzinsky 8c56352
Merge branch 'x86-reverse-stub-cleanup' of github.com:jkoritzinsky/ru…
jkoritzinsky 927edc1
Further cleanup
jkoritzinsky a7236fd
Remove extraneous UnmanagedCallersOnly block now that x86 UnmanagedCa…
jkoritzinsky 4b99408
Undo ArgOrder size specifier since it isn't needed and it doesn't work.
jkoritzinsky 37c1753
Fix copy constructor reverse marshalling. Now that we don't have the …
jkoritzinsky 41d704e
Fix version guid syntax.
jkoritzinsky 423f70e
Remove FastNExportHandler.
jkoritzinsky 265fec6
Revert "Remove FastNExportHandler."
jkoritzinsky 5745e72
Fix setting up entry frame for new thread.
jkoritzinsky e5b97fb
Allow the NExportSEH record to live below ESP so we don't need to cre…
jkoritzinsky 50712d5
Fix formatting.
jkoritzinsky 69e14c6
Assign an offset for the return buffer on x86 since it might come in …
jkoritzinsky 5564218
Merge branch 'master' into x86-reverse-stub-cleanup
jkoritzinsky 5f7a910
Make sure we use the TC block we just put in on x86 as well.
jkoritzinsky b827ed1
Merge branch 'master' into x86-reverse-stub-cleanup
jkoritzinsky 428a1fa
Shrink the ReversePInvokeFrame on non-x86 back to master's size.
jkoritzinsky 73729eb
Merge branch 'master' of github.com:dotnet/runtime into x86-reverse-s…
jkoritzinsky 07aee67
Fix arch-specific R2R constant.
jkoritzinsky 22baef7
Pass the return address of the ReversePInvokeEnter helper to TraceCal…
jkoritzinsky 8ab33dc
Fix ILVerification and ILVerify
jkoritzinsky 7b621ab
fix R2R constants for crossgen1
jkoritzinsky 9c7e6ac
Don't assert ReversePInvokeFrame size for cross-bitness scenarios.
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
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.
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.