Skip to content

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

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

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

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

…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 threadsrc/mono/mono/mini/aot-compiler.c
Comment threadsrc/mono/mono/mini/aot-compiler.c
Sign up for freeto 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

@vargaz@lambdageek