Re: does #pragma GCC optimize work with gcc 4.9.2 LTO?

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

 



In the absence of a response and after
some digging, I decided the answer to the
query is "no".

So the small amount of -O3 code was moved
into separate modules and compiled
without -flto.  This seems to produce
the best of both--all sorts of whole-
program optimization for the bulk of
the -O2 code, and aggressive 
optimization for the bits that benefit
from it.





[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