You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make COR_PRF_DISABLE_OPTIMIZATIONS Allowable After Attach and non immutable (#113924)
* Make COR_PRF_DISABLE_OPTIMIZATIONS and COR_PRF_DISABLE_INLINING mutable flags
* On module initialization, capture the profiler JIT flags so they apply consistently on that module
* Change old macro usages and make them call Module::AreJITOptimizationsDisabled() instead
* Test for dynamic assignment of COR_PRF_DISABLE_OPTIMIZATIONS and COR_PRF_DISABLE_INLINING
* Update src/coreclr/vm/ceeload.cpp
Co-authored-by: Jan Kotas <[email protected]>
---------
Co-authored-by: Jan Kotas <[email protected]>
0 commit comments