Skip to content

Conversation

@filipnavara
Copy link
Member

@filipnavara filipnavara commented Jan 31, 2024

Fixes #97748
Fixes #97749

@ghost ghost added area-NativeAOT-coreclr community-contribution Indicates that the PR has been added by a community member labels 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: -

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
@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