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

#ifdef out of the DACCESS_BUILD the GetMethodDescForSlot api #104989

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

davidwrighton
Copy link
Member

@davidwrighton davidwrighton commented Jul 16, 2024

  • Discovered a method GetIntroducingMethodDesc which isn't used by anything

This is work on top of #104939 which makes that bug impossible to add back to the product accidentally. Unfortunately, I couldn't remove GetRestoredSlot from the DACCESS build, as it relies on doing vtable discovery during stepping. Fortunately this should be safe, but it's unfortunate we need to have a function which behaves differently in DAC vs non-DAC builds.

- Discovered a method `GetIntroducingMethodDesc` which isn't used by anything
Copy link
Contributor

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

Copy link
Member

@mikem8361 mikem8361 left a comment

Choose a reason for hiding this comment

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

Looks like you included my PR too. Should I close it?

@lambdageek
Copy link
Member

This is work on top of #104393

I assume that's a typo and you meant #104939

@davidwrighton
Copy link
Member Author

@mikem8361 Lets get your change in, and then I'll merge mine. Yours is a bit further along in testing, and fixes the actual issue which is breaking things. Mine is more of a nice-to-have.

@davidwrighton davidwrighton merged commit f873513 into dotnet:main Jul 17, 2024
89 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants