From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31104 invoked by alias); 17 Jan 2004 17:50:42 -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 31077 invoked from network); 17 Jan 2004 17:50:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 17 Jan 2004 17:50:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i0HHodl03132; Sat, 17 Jan 2004 12:50:39 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i0HHodg07585; Sat, 17 Jan 2004 12:50:39 -0500 Received: from dnovillo.cipe.redhat.com (dnovillo.cipe.redhat.com [10.0.0.106]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i0HHobXd016223; Sat, 17 Jan 2004 12:50:37 -0500 Subject: Re: [RFC] Contributing tree-ssa to mainline From: Diego Novillo To: "Joseph S. Myers" Cc: Gerald Pfeifer , "gcc@gcc.gnu.org" In-Reply-To: References: <1074298740.3147.79.camel@frodo.toronto.redhat.com> <1074313953.5368.4.camel@frodo.toronto.redhat.com> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1074361831.5368.59.camel@frodo.toronto.redhat.com> Mime-Version: 1.0 Date: Sat, 17 Jan 2004 17:50:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg01086.txt.bz2 On Sat, 2004-01-17 at 06:16, Joseph S. Myers wrote: > One key advantage of tree-ssa (as I see it) is a cleaned-up front-end > interface. As such it is a golden opportunity for a *documented* > front-end interface, > Agreed. We already have bits and pieces of documentation spread about in papers and an initial GIMPLE documentation that Steven Bosscher contributed last year. I will take care of collecting all in a single document that explains the FE interfaces and the optimization infrastructure. Perhaps I could even organize a talk about this for the next GCC Summit. Diego.