RTL to Simple Three instruction code

Diego Novillo dnovillo@redhat.com
Wed Dec 11 07:17:00 GMT 2002


On Wed, 11 Dec 2002, Aditya Kanade wrote:

> I'm working on a project which involves performing some optimizations
> and annotating three-address code. We've been looking for some suitable
> framework which can give us IR (in three-instruction format). We studied
> many compiler infrastructures like SUIF, trimaran, zephyr and so on.
> 
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/


Diego.



More information about the Gcc mailing list