J Jon Skeet [C# MVP] Feb 14, 2004 #2 FDude said: What do I need to look at? And what do I look for? Click to expand... You'd need to dump the JIT-compiled code, making sure you're running with all JIT optimisations one - in cordbg, for instance. Most of the time, it's not worth doing that kind of thing.
FDude said: What do I need to look at? And what do I look for? Click to expand... You'd need to dump the JIT-compiled code, making sure you're running with all JIT optimisations one - in cordbg, for instance. Most of the time, it's not worth doing that kind of thing.