Re: Solve more of firefox LTO regression

2015-01-21 Thread Richard Biener
On Tue, Jan 20, 2015 at 8:57 PM, Jan Hubicka wrote: > Hi, > this patch relaxes inliner to allow limited cross-module inlining across units > compiled with -O3 and -Os. This was tested with Firefox and it leads to binary > of about the same size but noticeably faster in some of javascript benchmark

Solve more of firefox LTO regression

2015-01-20 Thread Jan Hubicka
Hi, this patch relaxes inliner to allow limited cross-module inlining across units compiled with -O3 and -Os. This was tested with Firefox and it leads to binary of about the same size but noticeably faster in some of javascript benchmarks. Bootstrapped/regtested x86_64-linux, comitted. Honza 20