Skip to content

[nativeaot] Implement _monodroid_weak_gref_delete - #10504

Merged
jonathanpeppers merged 1 commit into
mainfrom
dev/grendel/naot-gref-pinvokes
Sep 19, 2025
Merged

[nativeaot] Implement _monodroid_weak_gref_delete#10504
jonathanpeppers merged 1 commit into
mainfrom
dev/grendel/naot-gref-pinvokes

Conversation

@grendello

Copy link
Copy Markdown
Contributor

Context: #10496 (comment)
Context: 869b0e0

The _monodroid_weak_gref_delete p/invoke wasn't implemented
in 869b0e0 as it was thought to be unused. However, the test
failure in #10496 shows that it's not true.

Bring the _monodroid_weak_gref_delete implementation to NativeAOT
host from the CoreCLR host.

Context: #10496 (comment)
Context: 869b0e0
The `_monodroid_weak_gref_delete` p/invoke wasn't implemented
in 869b0e0 as it was thought to be unused. However, the test
failure in #10496 shows that it's not true.
Bring the `_monodroid_weak_gref_delete` implementation to NativeAOT
host from the CoreCLR host.
@jonathanpeppers
jonathanpeppers merged commit 7ed894b into mainSep 19, 2025
57 of 59 checks passed
@jonathanpeppers
jonathanpeppers deleted the dev/grendel/naot-gref-pinvokes branch September 19, 2025 15:26
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Oct 20, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@grendello@jonathanpeppers