Is JIT Asm a Tier0 compilation? #1126
Answered
by
ashmind
sabitkondakci
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ashmind
May 29, 2022
Replies: 1 comment
-
Yep -- at the moment there is no easy way to specify tier in SharpLab architecture, though you can try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashmind
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep -- at the moment there is no easy way to specify tier in SharpLab architecture, though you can try
MethodImplOptions.AggressiveOptimization
as mentioned in dotnet/runtime#1711 (comment).