This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [incremental] Patch: FYI: delay gimplification + partial cgraph revert
- From: "Diego Novillo" <dnovillo at google dot com>
- To: "Tom Tromey" <tromey at redhat dot com>
- Cc: "Gcc Patch List" <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 29 Sep 2007 13:22:37 -0400
- Subject: Re: [incremental] Patch: FYI: delay gimplification + partial cgraph revert
- References: <m3y7eqpekg.fsf@fleche.redhat.com>
On 9/28/07, Tom Tromey <tromey@redhat.com> wrote:
> Though the current patch is flawed, I think this is a good direction
> for the compiler to go.
I agree. Would you consider moving this into mainline when stage1
opens again? Delaying gimplification on the C/C++ FEs is a Good
Thing.
Thanks.