Skip to content

[mono][aot] Fix --full-aot-interp support on amd64.#52861

Merged
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:full-aot-interp
May 18, 2021
Merged

[mono][aot] Fix --full-aot-interp support on amd64.#52861
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:full-aot-interp

Conversation

@vargaz

@vargaz vargaz commented May 17, 2021

Copy link
Copy Markdown
Contributor

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

Comment thread src/mono/mono/mini/jit.h Outdated
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
Comment thread src/mono/mono/mini/aot-compiler.c

@lambdageek lambdageek left a comment

Copy link
Copy Markdown
Member

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