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

More thoroughly check for function pointers #81344

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

MichalStrehovsky
Copy link
Member

Fixes #81117.

This code will be deleted with #71883 but before then we need to make sure we never end up in a situation where a MethodTable for function pointers is needed.

Cc @dotnet/ilc-contrib

@ghost
Copy link

ghost commented Jan 30, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #81117.

This code will be deleted with #71883 but before then we need to make sure we never end up in a situation where a MethodTable for function pointers is needed.

Cc @dotnet/ilc-contrib

Author: MichalStrehovsky
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@MichalStrehovsky MichalStrehovsky merged commit fea626a into dotnet:main Jan 30, 2023
@MichalStrehovsky MichalStrehovsky deleted the fix81117_2 branch January 30, 2023 11:52
@ghost ghost locked as resolved and limited conversation to collaborators Mar 1, 2023
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.

ILC error when using a function pointer type nested under a generic type
2 participants