Performance

A look at the Windows Phone JIT compiler

Saturday, July 16th, 2011

When 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 […]

Featured project

This is a personal web page, with personal opinions.
Content posted herein does not establish the official position of my employer.