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][aot] Fix the inclusion of generic instances when doing profile… #61627

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Nov 15, 2021

…d AOT.

If a profile contained a method like List:.ctor () and the
'profile-only' option was used, the fully shared version of the method
needs to be added to the aot image.

…d AOT.

If a profile contained a method like List<AnInst>:.ctor () and the
'profile-only' option was used, the fully shared version of the method
needs to be added to the aot image.
src/mono/mono/mini/aot-compiler.c Show resolved Hide resolved
src/mono/mono/mini/aot-compiler.c Show resolved Hide resolved
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.

2 participants