This is the mail archive of the gcc@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: importing code in IR (GIMPLE and/or RTL)


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.


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