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

Commits on Jul 18, 2023

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

    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.
    vargaz committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    67c486e View commit details
    Browse the repository at this point in the history