This is the mail archive of the gcc@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: GCC 4.2/4.3 Status Report (2006-10-17)


Mark Mitchell <mark@codesourcery.com> writes:

> IMA for C++ is another difficult case.  This is unambiguously useful,
> though duplicative of what we're trying to build with LTO.

Although there are some things you can do with LTO that you can also
do with IMA, there are many things that you can do with one but not
with the other.

For example, I don't believe LTO will give any compilation speed benefits
at -O0.

I also think that LTO won't be useful in implementing 'export',
although obviously that depends on what the final design looks like.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]