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 --full-aot-interp support on amd64. #52861

Merged
merged 1 commit into from
May 18, 2021

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented May 17, 2021

We need to generate more trampolines since a lot of runtime code generates
trampolines even in --full-aot-interp mode.
Fixes #52848.

We need to generate more trampolines since a lot of runtime code generates
trampolines even in --full-aot-interp mode.
Fixes dotnet#52848.
@vargaz vargaz force-pushed the full-aot-interp branch from bb0ca3a to 0928091 Compare May 17, 2021 19:40
Copy link
Member

@lambdageek lambdageek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @BrzVlad could you take a look, too.

@vargaz vargaz merged commit 4cb86f7 into dotnet:main May 18, 2021
@vargaz vargaz deleted the full-aot-interp branch May 18, 2021 11:19
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
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.

4 participants