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

[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds #42819

Merged
merged 1 commit into from
Oct 1, 2020

Commits on Sep 28, 2020

  1. [metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds

    In normal builds, the getters are `static inline` functions, so the profiler doesn't reference the symbols - it just accesses the fields by offset.
    
    In checked builds with `--enable-checked-build=private_types`, the getters are not inlined, so the profiler shared libraries need the symbols to be visible.
    lambdageek committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    43ebf91 View commit details
    Browse the repository at this point in the history