Skip to content
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

Move the "get MethodDefSig from a MethodRefSig" functionality into dnmd::interfaces #45

Merged
merged 16 commits into from
Dec 5, 2023

Conversation

jkoritzinsky
Copy link
Collaborator

Move our signature parsing functionality into dnmd::interfaces and built it such that we can build TranslateSigWithScope on the same functionality.

Use the span<T> type from the tools in dnmd::interfaces to make it easier to traverse the buffer. Use the CoreCLR compressed integer APIs that are inlined into cor.h instead of exposing the APIs from DNMD.

Remove the signature APIs from DNMD as this was the only use for them.

src/interfaces/signatures.cpp Outdated Show resolved Hide resolved
src/interfaces/signatures.cpp Show resolved Hide resolved
@jkoritzinsky jkoritzinsky merged commit 4711215 into AaronRobinsonMSFT:master Dec 5, 2023
12 checks passed
@jkoritzinsky jkoritzinsky deleted the sig-in-interfaces branch December 5, 2023 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants