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

[NativeAOT/ARM] Implement ResolveVirtualFunction helper #97755

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

filipnavara
Copy link
Member

@filipnavara filipnavara commented Jan 31, 2024

Fixes #97748
Fixes #97749

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 31, 2024
@filipnavara filipnavara changed the title [NativeAOT/ARM]Implement ResolveVirtualFunction helper for ARM [NativeAOT/ARM]Implement ResolveVirtualFunction helper Jan 31, 2024
@ghost
Copy link

ghost commented Jan 31, 2024

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

Issue Details

null

Author: filipnavara
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

MethodDesc targetMethod = (MethodDesc)Target;
if (targetMethod.OwningType.IsInterface)
{
// Not tested
encoder.EmitDebugBreak();
Copy link
Member Author

Choose a reason for hiding this comment

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

Review note: The same thing is unimplemented on ARM64 and emits a breakpoint.

@filipnavara filipnavara changed the title [NativeAOT/ARM]Implement ResolveVirtualFunction helper [NativeAOT/ARM] Implement ResolveVirtualFunction helper Jan 31, 2024
Copy link
Member

@MichalStrehovsky MichalStrehovsky 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 jkotas merged commit ba8993f into dotnet:main Jan 31, 2024
107 of 110 checks passed
@filipnavara filipnavara deleted the naot-arm-ResolveVirtualFunction branch January 31, 2024 14:20
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm32 area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member
Projects
None yet
3 participants