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] Avoid prefer-ing gsharedvt versions of AsyncMethodBuilder… #87990

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Jun 23, 2023

…Core etc. methods in profile-only mode.

The gsharedvt versions might not be generated if they are not in the profile, leading to crashes at runtime.

Fixes #87856.

…Core etc. methods in profile-only mode.

The gsharedvt versions might not be generated if they are not in the profile, leading to crashes
at runtime.

Fixes dotnet#87856.
@vargaz vargaz merged commit 9b37c98 into dotnet:main Jul 10, 2023
@vargaz vargaz deleted the fix-87856 branch July 10, 2023 23:07
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2023
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.

[Wasm] Profiled AOT fails on System.IO invocations
2 participants