-
Notifications
You must be signed in to change notification settings - Fork 5.5k
JIT: Unify to instParamLookup and improve GVM test coverage #126947
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
hez2010
wants to merge
41
commits into
dotnet:main
Choose a base branch
from
hez2010:shared-gvm-devirt/1-tests-instparamlookup
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
41 commits
Select commit
Hold shift + click to select a range
6120dec
Part 1: add tests and instParamLookup refactor
hez2010 007d14f
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 42d5011
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 e7acb94
Address review feedbacks
hez2010 eeb97f8
Update src/coreclr/inc/corinfo.h
hez2010 7dfc4f3
Use hasTypeArg instead of leaking CORINFO_LOOKUP
hez2010 c3e08f2
Merge branch 'shared-gvm-devirt/1-tests-instparamlookup' of github.co…
hez2010 5942cb8
Switch back to needsMethodContext
hez2010 7c8536e
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
jakobbotsch 44fd8f5
Get rid of needsMethodContext in addGuardedDevirtualizationCandidate
hez2010 ff34512
Remove a couple of redundant assertions
hez2010 12f5e75
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 82d01b9
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 e48b7b8
Bring back the separate needsMethodContext
hez2010 8bacc6d
Extract a tail for impDevirtualizeCall
hez2010 40137e8
Wire GDV to the new devirt transform tail
hez2010 0918712
jit format
hez2010 04f4d98
Oops
hez2010 7eb07c2
Rename exactContext to tokenLookupContext
hez2010 173e637
More cleanup
hez2010 8245929
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 df165e6
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 81d1b95
Use methInfo.args.hasTypeArg
hez2010 fd5bafb
Stop communicating with lookup sentinel value
hez2010 0509d1b
Merge remote-tracking branch 'origin/main' into shared-gvm-devirt/1-t…
hez2010 1f8c758
Correctly handle method context in GDV
hez2010 e7c0082
Move debug print to devirt tail
hez2010 48312ee
Address feedbacks
hez2010 52fefff
Match the context handling in impImportCall
hez2010 c5734a2
Merge remote-tracking branch 'origin/main' into shared-gvm-devirt/1-t…
hez2010 4a84096
Unify the inst param handling in devirt tail
hez2010 dddfb18
Pass the IL offset
hez2010 de5e241
Remove unnecessary guard
hez2010 3682fc7
Always pass a valid base method handle
hez2010 ef634dc
Merge remote-tracking branch 'origin/main' into shared-gvm-devirt/1-t…
hez2010 1ef516f
Remove dead code for now
hez2010 aea7a8f
Merge branch 'main' into shared-gvm-devirt/1-tests-instparamlookup
hez2010 eaca574
Address a regression
hez2010 b9f5fe4
Address some issues that causes non-zero diffs.
hez2010 456cb59
Nit
hez2010 d02eec1
Fix AV
hez2010 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
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.