Add a new COMPLUS_JITMinOptsName to force MinOpts for a named function
authorBruce Forstall <brucefo@microsoft.com>
Wed, 16 Dec 2015 17:41:20 +0000 (09:41 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Wed, 16 Dec 2015 17:41:20 +0000 (09:41 -0800)
commita6b942e3b5a83fc5ad43a0e2f3b9fa732a3bf989
tree1ede0f5f779271804f7e17481babe306ecd2ec4e
parent1bb33ebb45823a8c2ae79d8aa1c8f8b64356529d
Add a new COMPLUS_JITMinOptsName to force MinOpts for a named function

This uses the same name syntax as other variables taking names, like JitDump.
It is useful When tracking down silent bad codegen bugs, where you have a name
but no repeatable function number, such as due to a multithreaded app.
src/inc/clrconfigvalues.h
src/jit/compiler.cpp