Skip to content

[mono][aot] Fix the inclusion of generic instances when doing profile…#61627

Merged
vargaz merged 1 commit intodotnet:mainfrom
vargaz:aot-profile
Nov 17, 2021
Merged

[mono][aot] Fix the inclusion of generic instances when doing profile…#61627
vargaz merged 1 commit intodotnet:mainfrom
vargaz:aot-profile

Conversation

@vargaz
Copy link
Copy Markdown
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.
Comment thread src/mono/mono/mini/aot-compiler.c
Comment thread src/mono/mono/mini/aot-compiler.c
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