EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
642 stars 39 forks source link

Show overall byte length at the top #6

Open Symbai opened 5 years ago

Symbai commented 5 years ago

When looking for optimizations it's useful to see if a change may have reduced the overall bytes of a method. Currently I have to scroll down to see if it contains less instructions than before. This becomes a pain when a method is long (several hundreds of instructions).

It would be nice if disasmo could show the number of instructions / bytes at the top header.