How can I have a trace of native code generated by the JIT-Compiler ?
Thanks
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.