This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]