Re: [google][4.6]Bump param value of default function size limit for auto cloning

2012-03-21 Thread Sriraman Tallam
Submitted to google/gcc-4_6. Thanks, -Sri. On Wed, Mar 21, 2012 at 11:38 AM, Xinliang David Li wrote: > ok. > > thanks, > > David > > On Wed, Mar 21, 2012 at 11:20 AM, Sriraman Tallam wrote: >> Hi, >> >>  I am bumping up the default param value of  function size limit for >> auto cloning. Since

Re: [google][4.6]Bump param value of default function size limit for auto cloning

2012-03-21 Thread Xinliang David Li
ok. thanks, David On Wed, Mar 21, 2012 at 11:20 AM, Sriraman Tallam wrote: > Hi, > >  I am bumping up the default param value of  function size limit for > auto cloning. Since auto cloning happens on inlined functions, the > original value does not catch some cases in one of our benchmarks. > >

[google][4.6]Bump param value of default function size limit for auto cloning

2012-03-21 Thread Sriraman Tallam
Hi, I am bumping up the default param value of function size limit for auto cloning. Since auto cloning happens on inlined functions, the original value does not catch some cases in one of our benchmarks. Automatic function versioning is only available in the google/gcc-4_6 branch. I am work