This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] gcc 8: Implement -felide-function-bodies
- From: David Malcolm <dmalcolm at redhat dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 01 Apr 2017 18:07:40 -0400
- Subject: Re: [PATCH] gcc 8: Implement -felide-function-bodies
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dmalcolm at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C5DD437EEB
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C5DD437EEB
- References: <1491022848-22632-1-git-send-email-dmalcolm@redhat.com> <alpine.LNX.2.21.1704011831410.3249@anthias.pfeifer.com>
On Sat, 2017-04-01 at 18:33 +0200, Gerald Pfeifer wrote:
> On Sat, 1 Apr 2017, David Malcolm wrote:
> > gcc/ChangeLog:
> > * common.opt (felide-function-bodies): New option.
> > * gimplify.c (gimplify_body): Implement function-body
> > elision.
>
> This is okay for the GCC 4.10 branch once you include some
> testcases.
Thanks. I can look at benchmarking Python 2.8 with this; maybe reduce
a test case from that.