3 ms·
compiler explorer/clang can do this. https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports https://clang.llvm.org/docs/UsersManual.
by jaredwy 2y ago
compiler explorer/clang can do this.
https://clang.llvm.org/docs/UsersManual.html#options-to-emit-optimization-reports https://clang.llvm.org/docs/UsersManual.html#options-to-emit...
Gcc also has similar options
- ColonelPhantom 2y agoOoh nice, I completely forgot that that existed. When you say the compiler explorer can do it, do you mean that it will 'inline' the output in a similar way to the assembly i.e. you can view the results 'within' the source code?