Re: Set inline-insns-single-O2 to 70

2019-11-17 Thread Jeff Law
On 11/14/19 5:38 AM, Jan Hubicka wrote: > Hi, > this patch bumps inline-insns-single-O2 from 30 to 70. I originally reduced > it from 120 to 50 when forking the -O2 and -O3 parameters which has > quite significant code size benefits. > > This parameter controls how large functions user declared i

Set inline-insns-single-O2 to 70

2019-11-14 Thread Jan Hubicka
Hi, this patch bumps inline-insns-single-O2 from 30 to 70. I originally reduced it from 120 to 50 when forking the -O2 and -O3 parameters which has quite significant code size benefits. This parameter controls how large functions user declared inline are inlined (sadly we really can't inline all)