Performance
A look at the Windows Phone JIT compiler
Saturday, July 16th, 2011When optimizing a very hot path in my code, I sometimes find it useful to see what code the compiler is generating for me. Many times I can spot things that can be easily fixed by rearranging code or adding some typecasts. But getting my hands on the CLR JIT-generated code disassembly on the Windows […]