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

Remove Helper Method Frames (HMF) from Reflection #110481

Merged
merged 8 commits into from
Dec 10, 2024

Conversation

AaronRobinsonMSFT
Copy link
Member

@AaronRobinsonMSFT AaronRobinsonMSFT commented Dec 6, 2024

Convert RuntimeTypeHandle.GetFields() to QCall.
Convert RuntimeTypeHandle.GetInterfaces() to QCall.
Convert Signature.CompareSig() to QCall.
Rename to Signature.CompareSig() to Signature.AreEqual().

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@am11
Copy link
Member

am11 commented Dec 9, 2024

armel failure is unrelated (toolchain got updated in the latest image build when we removed libgdiplus). Fixed by #110514.

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AaronRobinsonMSFT AaronRobinsonMSFT merged commit f9c86dc into dotnet:main Dec 10, 2024
86 of 90 checks passed
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the hmf_remove08 branch December 10, 2024 19:07
hez2010 pushed a commit to hez2010/runtime that referenced this pull request Dec 14, 2024
Convert RuntimeTypeHandle.GetFields() to QCall.
Convert RuntimeTypeHandle.GetInterfaces() to QCall.
Convert Signature.CompareSig() to QCall.
Rename to Signature.CompareSig() to Signature.AreEqual().

---------

Co-authored-by: Adeel Mujahid <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants