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

[mono] Register static rgctx trampolines in the JIT info tables. #89142

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Jul 18, 2023

mini_init_delegate () needs to do a reverse lookup from address to method, and its possible for the address to be a static rgctx trampoline if the address is the result of mono_ldftn ().

Fixes #89076.

mini_init_delegate () needs to do a reverse lookup from address
to method, and its possible for the address to be a static rgctx
trampoline if the address is the result of mono_ldftn ().

Fixes dotnet#89076.
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.

[Mono]: test_0_ldvirtftn_generic_method in generics.cs crash in Full AOT + Interp mode.
2 participants