Please add JIT asm tab
Options
Sharplab.io can show the jitted asm as well as showing the IL that results from the compilation (https://github.com/ashmind/SharpLab/blob/master/source/Server/Decompilation/JitAsmDecompiler.cs)
I would love to be able to do this on my own machine and LINQPad seems like a logical place to have such a feature.
I would love to be able to do this on my own machine and LINQPad seems like a logical place to have such a feature.
Comments
-
Yes, that would be nice. I'll look into how easy it will be. The file you mention is part of a project with a complex web of dependencies, though, so it may not turn out to be practical.