Skip to content

#ifdef out of the DACCESS_BUILD the GetMethodDescForSlot api#104989

Merged
davidwrighton merged 2 commits into
dotnet:mainfrom
davidwrighton:Remove_GetMethodDescForSlot
Jul 17, 2024
Merged

#ifdef out of the DACCESS_BUILD the GetMethodDescForSlot api#104989
davidwrighton merged 2 commits into
dotnet:mainfrom
davidwrighton:Remove_GetMethodDescForSlot

Conversation

@davidwrighton

@davidwrighton davidwrighton commented Jul 16, 2024

Copy link
Copy Markdown
Member
  • 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
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

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

@mikem8361 mikem8361 left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member

This is work on top of #104393

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

@davidwrighton

Copy link
Copy Markdown
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
@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