This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RTL to Simple Three instruction code
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.
If one follows the documentation link...
Then checks the index for GIMPLE...
Then browses the source (tree_simple.h) one finds mentions
of GIMPLE...
Perhaps it is time to patch that page of the
"frequently updated documentation"?
Wasn't the new name adopted last summer?
Mike