From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1098 invoked by alias); 11 Dec 2002 15:52:44 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1090 invoked from network); 11 Dec 2002 15:52:43 -0000 Received: from unknown (HELO mail.goquest.com) (63.172.73.8) by sources.redhat.com with SMTP; 11 Dec 2002 15:52:43 -0000 Received: (qmail 26578 invoked by uid 0); 11 Dec 2002 15:52:37 -0000 Received: from mszick@goquest.com by mail.goquest.com by uid 502 with qmail-scanner-1.12 (spamassassin: 2.31. . Clear:. Processed in 0.583984 secs); 11 Dec 2002 15:52:37 -0000 Received: from unknown (HELO localhost.localdomain) (65.162.253.28) by mail.goquest.com with SMTP; 11 Dec 2002 15:52:36 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Michael S. Zick To: Diego Novillo Subject: Re: RTL to Simple Three instruction code Date: Wed, 11 Dec 2002 07:59:00 -0000 Cc: gcc@gcc.gnu.org References: <20021211143052.GA5744@tornado.toronto.redhat.com> In-Reply-To: <20021211143052.GA5744@tornado.toronto.redhat.com> MIME-Version: 1.0 Message-Id: <02121109483603.00773@localhost.localdomain> Content-Transfer-Encoding: 8bit X-SW-Source: 2002-12/txt/msg00592.txt.bz2 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