How is the progress of coreclr interpreter implementation of .net10? Is it possible to try it? #118665
-
How is the progress of coreclr interpreter implementation of .net10? Is it possible to try it? |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Aug 13, 2025
Replies: 1 comment
-
Check the tracking issues #112748 #112158 and the label area-CodeGen-Interpreter-coreclr. It can be opt-in via environment variable runtime/src/coreclr/interpreter/interpconfigvalues.h Lines 22 to 30 in a90f7ab Currently only tests under src/tests/JIT/interpreter are supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srxqds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the tracking issues #112748 #112158 and the label area-CodeGen-Interpreter-coreclr.
It can be opt-in via environment variable
DOTNET_Interpreter=$(AssemblyName)
:runtime/src/coreclr/interpreter/interpconfigvalues.h
Lines 22 to 30 in a90f7ab