Add JitDasmWithAddress switch to print the process address of every instruction ...
authorKunal Pathak <Kunal.Pathak@microsoft.com>
Mon, 12 Oct 2020 06:04:15 +0000 (23:04 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 06:04:15 +0000 (23:04 -0700)
commitb8a92e53683897f2d45026dbbbaaf89cbc815e5b
tree6b4380544656919a4d9fb2ef1f9165401f7257da
parentbcc84129b3829d99c3f5c4aa7d63ddfd919ea05b
Add JitDasmWithAddress switch to print the process address of every instruction (#43120)

* Add COMPlus_JitDasmWithAddress to print the address

* Remove dspEmit variable

* remove the square brackets

* review comments

* always display offset

* fix the reference of JitDasmWithAddress
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/emit.cpp
src/coreclr/src/jit/emit.h
src/coreclr/src/jit/emitarm.cpp
src/coreclr/src/jit/emitarm64.cpp
src/coreclr/src/jit/emitxarch.cpp
src/coreclr/src/jit/jitconfigvalues.h