This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: importing code in IR (GIMPLE and/or RTL)
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Luchezar Belev <l_belev at yahoo dot com>
- Cc: Robert Dewar <dewar at gnat dot com>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 17 May 2004 10:21:29 -0400
- Subject: Re: importing code in IR (GIMPLE and/or RTL)
- Organization: Red Hat Canada
- References: <20040515152939.81722.qmail@web14713.mail.yahoo.com>
On Sat, 2004-05-15 at 11:29, Luchezar Belev wrote:
> Won't it be possible the order of the optimizing passes not to be hardcoded,
> but to be controlled by a config file or something.
>
It would probably be possible for the GIMPLE optimizers. They don't
rely on each other for correctness. You should just get different
results in the generated code. The RTL optimizers are still a bit too
intertwined to support this, I think.
Diego.