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

Include method instantiation MethodTables in compilation #66984

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

MichalStrehovsky
Copy link
Member

We'll need to load the MethodTable so that we can search for it in GVM tables.

Fixes #66659.

We'll need to load the `MethodTable` so that we can search for it in GVM tables.
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.

Thank you!

@jkotas
Copy link
Member

jkotas commented Mar 22, 2022

#66571

@jkotas jkotas merged commit 96ef47b into dotnet:main Mar 22, 2022
@MichalStrehovsky MichalStrehovsky deleted the fix66659 branch March 22, 2022 14:43
radekdoulik pushed a commit to radekdoulik/runtime that referenced this pull request Mar 30, 2022
* Include method instantiation MethodTables in compilation

We'll need to load the `MethodTable` so that we can search for it in GVM tables.

* Regression test
@ghost ghost locked as resolved and limited conversation to collaborators Apr 21, 2022
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.

[NativeAOT] Calling GVM on a struct in generic code is crashing with AV
2 participants