Thank you!
Would it be possible at all to get matching colors with the input and assembly output?
Also, I notice you have -dsuppress-all
enabled by default. I would recommend to turn on -dno-suppress-type-signatures
as they add minimal noise. Or maybe you should just let the user supress what they want. I noticed I am still able to manually adjust the suppression using the Compiler options...
field.
Last question, is it possible to have both an optimized (-O2
) and unoptimized (-O0
) Core view open at the same time? Edit: I found a way to do it: you can click “clone compiler” and set different options for it and open a new core view for those options.