Show OPCodes in IL listing
When viewing the IL listing for a piece of code, it would be nice to see the actual opcodes for educational purposes. Or at least an option to turn that on or off.
-
chojrak11 commented
I'd cast all my votes on this one <3
-
chojrak11 commented
Yes! It's not as rare as you would imagine that people use Linqpad to do some micro-optimizations or algorithm analysis.
This request is not only about opcodes themselves, but it would make instruction size and arguments more apparent. Reading address offsets is more cumbersome than needed.
-
Chris Dunaway commented
What I mean is the actual byte representation of the opcodes. For example, the bytes for the ldc.4.0 instruction is 0x16