> On Sat, Jul 8, 2017 at 1:03 PM, Jan Hubicka wrote:
> > Hi,
> > PR lto/80838 is about lto+profiledbootstrapped compiler being slower than
> > profiledboostrapped compiler.
> >
> > This is caused by a fact that some of object files linked into cc1plus
> > binary
> > are built with -fPIC and lto-w
On Sat, Jul 8, 2017 at 1:03 PM, Jan Hubicka wrote:
> Hi,
> PR lto/80838 is about lto+profiledbootstrapped compiler being slower than
> profiledboostrapped compiler.
>
> This is caused by a fact that some of object files linked into cc1plus binary
> are built with -fPIC and lto-wrapper then decides
Hi,
PR lto/80838 is about lto+profiledbootstrapped compiler being slower than
profiledboostrapped compiler.
This is caused by a fact that some of object files linked into cc1plus binary
are built with -fPIC and lto-wrapper then decides to make whole binary PIC that
is very slow. While we probably