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: SIMPLE: A language-independent tree IR


On Sun, 06 Jan 2002, Alexandre Oliva wrote:

> To me, this doesn't look too different from RTL.  The only important
> difference appears to be the fact that arguments to function calls are
>
RTL doesn't have:

- Type information.
- Array information.
- Structured control-flow (particularly loops).
- Pointer information.

We may still need a higher-level RTL to migrate some of the RTL
optimizing passes that currently need intimate knowledge of the
underlying architecture.

Diego.


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