-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[cdac] Implement ExecutionManager.ReadyToRunJitManager.GetMethodInfo
(minus handling of hot/cold lookup)
#109766
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
elinor-fung
merged 21 commits into
dotnet:main
from
elinor-fung:cdac-methodDescData-r2r
Nov 15, 2024
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d33dae7
Move CodePointerFromAddress to shared helper
elinor-fung 5f9d138
Add ReadyToRunInfo to data descriptor
elinor-fung b560944
ReadyToRunJitManager: check if address is in a thunk for READYTORUN_H…
elinor-fung f9fb15a
ReadyToRunJitManager: find runtime function entry corresponding to ad…
elinor-fung e736087
Add HashMap to data descriptor
elinor-fung 512f7c2
ReadyToRunJitManager: look up method desc for entry point, add HashMa…
elinor-fung 3f4793d
ReadyToRunJitManager: return CodeBlock, update CodeBlock to take/stor…
elinor-fung db938d7
Pass map address to HashMapLookup instead of processed data, handle s…
elinor-fung 435e42c
Allow explicitly specifying field size for test helper to layout fiel…
elinor-fung 56418c4
Start using Moq
elinor-fung a7066d2
Add test for ExecutionManager.GetMethodDesc for R2R
elinor-fung d2d22c1
Fix merge
elinor-fung 97d4eb4
Fix returned value when not found in hash map
elinor-fung 7112857
Tests for no match and multiple runtime functions
elinor-fung 12d1fb6
Add HashMap tests
elinor-fung 0321eaf
Update ExecutionManager.md
elinor-fung 447ce76
Make TestPlaceholderTarget constructor take a reader delegate and alw…
elinor-fung a68371d
Clean up ExecutionManagerTestBuilder
elinor-fung 6377e17
Remove unused and incorrect field in data descriptor
elinor-fung 6f81060
Fix handling of code pointer / address conversion
elinor-fung 6d00a3c
Update src/coreclr/vm/readytoruninfo.h
elinor-fung 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
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.