Is there a way to see the native code produced by theJITter for given C# / CIL?

前端 未结 3 417
时光取名叫无心
时光取名叫无心 2020-12-08 15:23

In a comment on this answer (which suggests using bit-shift operators over integer multiplication / division, for performance), I queried whether this would actually be fast

3条回答
  •  -上瘾入骨i
    2020-12-08 16:02

    While you're debugging (and only while you're debugging) just click at Debug - Windows - Disassembly or press the corresponding shortcut Ctrl+Alt+D.

提交回复
热议问题