-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Use dispatch helper for calling interface methods #123252
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
Open
MichalStrehovsky
wants to merge
36
commits into
dotnet:main
Choose a base branch
from
MichalStrehovsky:reshelper
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
149e2f5
wip
MichalStrehovsky 66b100c
wip
MichalStrehovsky 5ee5e0f
GC.Collect
MichalStrehovsky 42c4a8f
Build breaks after rebase
MichalStrehovsky 884f335
Add CORJIT_FLAG_USE_DISPATCH_HELPERS and fix VSD call lowering
MichalStrehovsky 8237f9b
Remove dead VSD CFG code path from LowerCFGCall
MichalStrehovsky 8f49bf0
Rename CORINFO_HELP_INTERFACELOOKUP_FOR_SLOT to INTERFACEDISPATCH
MichalStrehovsky bfc3003
Redo the CoreCLR CFG path
MichalStrehovsky 19076e4
More fixes
MichalStrehovsky 05d32f8
GC.Collect
MichalStrehovsky d5832a5
Add RhpResolveInterfaceMethodFast for all platforms
MichalStrehovsky 5d8760e
Fix ARM32 assert in emitIns_Call for EC_INDIR_R calls
MichalStrehovsky ac62b46
Temporarily remove fast path
MichalStrehovsky ba857d6
Rename RhpResolveInterfaceMethodFast to RhpInterfaceDispatch
MichalStrehovsky 3169d6c
Add CFG support for RhpInterfaceDispatch on Windows AMD64/ARM64
MichalStrehovsky 0f8ff60
amd64/arm64 monomorphic path
MichalStrehovsky 5b15cb1
AV in arm32 handling
MichalStrehovsky 05f7660
Add monomorphic inline fast path to i386 and ARM32 dispatch stubs
MichalStrehovsky 52384dc
Add CFG check to interface dispatch fast path
MichalStrehovsky a6eb304
Restore dispatch cache hashtable lookup fast path
MichalStrehovsky 0078c92
jitformat
MichalStrehovsky f099398
Restore dispatch cache hashtable lookup fast path (Unix)
MichalStrehovsky 8121657
Restore dispatch cache hashtable lookup fast path (ARM64)
MichalStrehovsky 92f202e
Add fast inline hashtable lookup to ARM32 interface dispatch
MichalStrehovsky b3d87f3
Add fast inline hashtable lookup to ARM64 Unix interface dispatch
MichalStrehovsky e51da81
Add hashtable fast path to x86 RhpInterfaceDispatch
MichalStrehovsky 3e649c0
Address code review feedback
MichalStrehovsky de40ca6
Restore CORINFO_HELP_INTERFACELOOKUP_FOR_SLOT helper and CFG infrastr…
MichalStrehovsky 7fc8af9
Make formatting nonsensical as prescribed
MichalStrehovsky 7f50a32
Apply suggestions from code review
MichalStrehovsky a76c7dc
Apply suggestion from @jkotas
jkotas 73d4319
Merge branch 'main' into reshelper
MichalStrehovsky 3002160
Fix gtCallAddr -> gtControlExpr after merge with main
MichalStrehovsky f762a43
Update lower.cpp
MichalStrehovsky fe2b8a1
Address LowerVirtualStubCall review feedback
MichalStrehovsky ff1e568
Format
MichalStrehovsky 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
Some comments aren't visible on the classic Files Changed page.
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
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.