From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7624 invoked by alias); 3 May 2004 07:07:31 -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 7616 invoked from network); 3 May 2004 07:07:30 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 3 May 2004 07:07:30 -0000 Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id BAB1152E260; Mon, 3 May 2004 09:07:29 +0200 (CEST) Date: Mon, 03 May 2004 07:07:00 -0000 From: Michael Matz To: Qiong Cai Cc: gcc@gcc.gnu.org Subject: Re: register allocation In-Reply-To: <20040502132733.GA24763@cse.unsw.EDU.AU> Message-ID: References: <20040502132733.GA24763@cse.unsw.EDU.AU> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-05/txt/msg00050.txt.bz2 Hi, On Sun, 2 May 2004, Qiong Cai wrote: > * Besides those ra*.[c,h] files, is tthere any other source files related > to register allocation? Those Daniel mentioned, plus some support code in df.* for -fnew-ra. Strictly speaking also reload* belong to the register allocator. Look at them last. Ciao, Michael.