From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23693 invoked by alias); 19 May 2003 08:31:15 -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 11651 invoked from network); 19 May 2003 08:23:07 -0000 Received: from unknown (HELO its-mu-earth.its.rmit.edu.au) (131.170.2.10) by sources.redhat.com with SMTP; 19 May 2003 08:23:07 -0000 Received: from its-mn-inet1.its.rmit.edu.au (ems.rmit.edu.au [131.170.10.112]) by its-mu-earth.its.rmit.edu.au (8.10.1/8.10.1/ANTI-SPAM/ANTI-RELAY/EARTH) with ESMTP id h4J8N5C22513 for ; Mon, 19 May 2003 18:23:05 +1000 (EST) Received: from INET1-MTA by its-mn-inet1.its.rmit.edu.au with Novell_GroupWise; Mon, 19 May 2003 18:23:05 +1000 Message-Id: Date: Mon, 19 May 2003 08:49:00 -0000 From: "Marty Hauff" To: Subject: [tree-ssa] Any good sources of documentation? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2003-05/txt/msg01740.txt.bz2 Dear all, I'm trying to find out how the tree-ssa branch performs its compilation and= optimisation. I've found the doxygen stuff on the web but I need somethin= g a bit higher level at this stage. For some reason I can't get anything t= o read or process the texi files properly. Specifically I am looking to find a point during compilation where the most= optimisation has been done PRIOR to target specific processing having been= started. The main gcc branch is no good to me because it only does things= on a function by function basis. According to the docs, tree-ssa processe= s the whole source _before_ generating rtl etc. (or have I got this wrong?) Any help would be much appreciated Marty Moose