Hi,
How can I have a trace of native code generated by the JIT-Compiler ?
Thanks
Hi,
How can I have a trace of native code generated by the JIT-Compiler ?
Thanks
In Visual Studio place a breakpoint in the code and start debugging. When it breaks, open the Disassembly window (Debug > Windows > Disassembly or Alt+Ctrl+D).
You should look for the files output from the NGen tool. NGen compiles and stores pre-jitted versions of assemblies in the Global Assembly Cache.