This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why gimplification regimplifies things?
- From: Richard Henderson <rth at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc at gcc dot gnu dot org, s dot pop at laposte dot net, dnovillo at redhat dot com, jason at redhat dot com
- Date: Thu, 29 Jan 2004 16:16:09 -0800
- Subject: Re: Why gimplification regimplifies things?
- References: <20040129222238.GA11501@atrey.karlin.mff.cuni.cz>
On Thu, Jan 29, 2004 at 11:22:38PM +0100, Zdenek Dvorak wrote:
> why is the gimplification done the way it is done, i.e. so that
> once gimplified things are sometimes regimplified?
I've avoided this as much as possible. What specific case
are you thinking of?
> It does not seem somehow principially difficult to produce
> directly gimple statements.
>From what? The front end? Yes, that is difficult.
r~