Re: Difference between -O3 and -O2 with the -f options -O3 adds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mattias,

> Any ideas how to debug this regression further?

Any interesting deltas between these two outputs (O2.s and O3.s):

touch Empty.cpp
gcc -O2 -fverbose-asm -S Empty.cpp -o O2.s
gcc -O3 -fverbose-asm -S Empty.cpp -o O3.s

HTH,
--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux