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
Refine usage of late disassembler and emitter unit tests (#96467)
* Refine usage of late disassembler and emitter unit tests
Introduce `DOTNET_JitEmitUnitTests`. Set this to the function or
functions into which you want the unit tests to be written. E.g.,
`DOTNET_JitEmitUnitTests=Main` or `DOTNET_JitEmitUnitTests=*`.
Rename `DOTNET_JitDumpEmitUnitTests` to `DOTNET_JitEmitUnitTestsSections`.
Make late disassembler work for altjit: use the "RW" address for the generated code.
* Update src/coreclr/jit/codegenlinear.cpp
Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
---------
Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
0 commit comments