This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Google] AutoFDO cleanup patch


Looks good.

David

On Sat, May 11, 2013 at 3:53 PM, Dehao Chen <dehao@google.com> wrote:
> In AutoFDO, we early-inline callsites that was inlined in profiling
> runs regardless of the size limit. With this change, the existing
> ipa-inline tunings for AutoFDO is unnecessary: it's fine to just use
> the traditional FDO based heuristic. This patch cleans up the original
> tunings and make it easier to port to gcc 4_8.
>
> Bootstrapped and passed all regression test. And passed benchmark
> performance tests.
>
> Is it ok for google-4_7 branch?
>
> Thanks,
> Dehao
>
> http://codereview.appspot.com/9250047


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]