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: RTL to Simple Three instruction code


On Wed, 11 Dec 2002, Michael S. Zick wrote:

> On Wednesday 11 December 2002 08:30 am, Diego Novillo wrote:
> >
> > Take a look at GIMPLE and tree SSA.  GIMPLE is an IL that sits
> > between FE trees and RTL.  It's a 3-address format that we are
> > using to build a new high-level optimizer framework for GCC.
> >
> > http://gcc.gnu.org/projects/tree-ssa/
> >
> GIMPLE ?? at that URL ?
> SIMPLE is mentioned at that URL.
>
Ah, yes.  GIMPLE is the new name we adopted after making several
changes to the original SIMPLE grammar.  Both ILs are very
similar, but we felt we couldn't keep calling it SIMPLE after the
changes we had made.

The page has not been updated.  I will update it today. A patch
to rename the sources will come in some time soon as well.


Diego.


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