Enhancements to MCS dumpMap (#52412)
authorAndy Ayers <andya@microsoft.com>
Fri, 7 May 2021 01:36:53 +0000 (18:36 -0700)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 01:36:53 +0000 (18:36 -0700)
commit10645f97ba54139eda2138506296554889bfe391
tree4f67f63e6a9e2b54c1fe28fda9cc439a43772644
parenta96b287827dd98fab4d2549e8e7a588d945853e7
Enhancements to MCS dumpMap (#52412)

I've been trying to correlate methods in SPMI collections with methods
seen in profile data (say perfview). But for generic classes or generic
methods this is not easy.

To make it more feasible, in the "extra query" mode, get the names of
all the generic parameters, and then add these to the class name in MCS's
dumpMap output.

Also dump out the jit flags, so it's easier to find a particular instance
if the method was jitted more than once.
src/coreclr/ToolBox/superpmi/mcs/verbdumpmap.cpp
src/coreclr/jit/compiler.cpp