Is there a tool to view JIT output?
- From: John <john@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Sep 2006 19:34:23 GMT
I really want to see what machine code the JITter is producing for an undebugged release build. I've discovered that I can call a breakpoint opcode (INT3) which will allow me to attach a debugger and see a little bit of what I want but its difficult to navigate.
There's the ngen /debug option, but I can't seem to figure out how to get ngen to generate the native assembly so that I can attach to it and see whats going on.
Any thoughts?
.
- Follow-Ups:
- Re: Is there a tool to view JIT output?
- From: Barry Kelly
- Re: Is there a tool to view JIT output?
- From: Willy Denoyette [MVP]
- Re: Is there a tool to view JIT output?
- Prev by Date: Re: Reflection in 1.1 and 2.0 - generic, fast copy delegate?
- Next by Date: Re: Is there a tool to view JIT output?
- Previous by thread: Mixing dotnet 2.0 and dotnet 1.1 assemblies..
- Next by thread: Re: Is there a tool to view JIT output?
- Index(es):
Relevant Pages
|
Loading