-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Cleanup some code under FEATURE_STUBS_AS_IL #104731
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 17 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c06cc3f
Use direct SinglecastDelegateInvokeStub on windows x86
huoyaoyuan 4845202
Cleanup ifdefs
huoyaoyuan faf25e7
EmitDebugBreak is unused
huoyaoyuan 09fcf2b
endif format
huoyaoyuan 19057f9
Restore comment
huoyaoyuan 157325b
Fix JIT_InternalThrowFromHelper reference
huoyaoyuan c98be47
Use IL stub for Delegate.Invoke
huoyaoyuan 72fd2d6
Remove SinglecastDelegateInvokeStub in asm
huoyaoyuan e60b3f1
Fix method name and argument count
huoyaoyuan 7f117aa
Code quality
huoyaoyuan cd648fa
Delete JIT_InternalThrow and CorInfoException
huoyaoyuan b078f3a
Apply the same codegen to ilc
huoyaoyuan 1ae9027
Add KeepAlive
huoyaoyuan a862368
Emit recursive call instead
huoyaoyuan 39dc3f6
Merge branch 'main' into stubs-as-il
huoyaoyuan 2c0510b
Merge branch 'main' into stubs-as-il
huoyaoyuan 98b8b4e
Fix type
huoyaoyuan 9130aa8
Merge branch 'main' into stubs-as-il
huoyaoyuan ee90e03
Add tests for indirect delegate invocation
huoyaoyuan b5304ad
Use public reflection instead.
huoyaoyuan 22e344e
Use ldvirtftn to bypass this check
huoyaoyuan 27ae5ba
Merge branch 'main'
huoyaoyuan 0785f0b
Use winner from CompareExchange
huoyaoyuan 8992882
Apply suggestions from code review
huoyaoyuan e06998c
Merge branch 'main' into stubs-as-il
huoyaoyuan c221eed
Return Stub from GetInvokeMethodStub
huoyaoyuan 1c640f8
Delete NEWSTUB_FL_MULTICAST and dependents
huoyaoyuan e39afa1
Rename
huoyaoyuan eebbc01
Renumber
huoyaoyuan c2cf515
Merge branch 'main'
huoyaoyuan bc1a766
Format
huoyaoyuan ee674a3
Update src/coreclr/vm/method.hpp
jkotas fdd83eb
Handle new stub in ILStubManager
jkotas 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
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.