"human readable" optimized code

Reza Roboubi reza@parvan.net
Tue Oct 14 04:36:00 GMT 2008


Diego Novillo wrote:
> On Mon, Oct 13, 2008 at 14:25, Reza Roboubi <reza@parvan.net> wrote:
> 
>> Can we get a better view of what the optimizer is doing, such as some hint
>> of which data values represent which variables inside the original C-code?
> 
> Try using -fdump-tree-all in GCC versions starting with 4.0.

This looks like exactly what I need.  It's great!  Right down to 
temporary variables' exact memory locations :-)

Boy, reading gcc optimized code is actually a fun thing to do, it seems!

Thank you so much Diego.

Reza.



More information about the Gcc-help mailing list