http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51663

--- Comment #10 from Jan Hubicka <hubicka at ucw dot cz> 2012-03-26 10:44:57 
UTC ---
> Yes.  I think for -O0 -flto we should default to 1:1 partitioning and
> _not_ do the renaming of local symbols though ... of course -O0 -flto
> does not make too much sense?

In longer run, I think it would make sense for slim lto, so one don't need to
ship two versions of a same slim-LTO library (one for optimized builds and one
for unoptimized)
Still the LTO code there will be early optimized...

1:1 partitioning has quite serve performance implications that defeat purpose
of -O0, too.

Honza

Reply via email to