Skip to content
Discussion options

You must be logged in to vote

Check the tracking issues #112748 #112158 and the label area-CodeGen-Interpreter-coreclr.

It can be opt-in via environment variable DOTNET_Interpreter=$(AssemblyName):

RELEASE_CONFIG_METHODSET(Interpreter, "Interpreter")
CONFIG_METHODSET(InterpHalt, "InterpHalt");
CONFIG_METHODSET(InterpDump, "InterpDump");
CONFIG_INTEGER(InterpList, "InterpList", 0); // List the methods which are compiled by the interpreter JIT
RELEASE_CONFIG_INTEGER(InterpMode, "InterpMode", 0); // Interpreter mode, one of the following:
// 0: default, do not use interpreter except explicit opt-in via DOTN…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by srxqds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants