From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12487 invoked by alias); 16 Oct 2002 17:43:18 -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 12476 invoked from network); 16 Oct 2002 17:43:15 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 16 Oct 2002 17:43:15 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g9GHgWs21138; Wed, 16 Oct 2002 13:42:32 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9GHhEl15308; Wed, 16 Oct 2002 13:43:14 -0400 Received: from tonopah.toronto.redhat.com (tonopah.toronto.redhat.com [172.16.14.91]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g9GHhCD08030; Wed, 16 Oct 2002 10:43:12 -0700 Received: (from wilson@localhost) by tonopah.toronto.redhat.com (8.11.6/8.11.6) id g9GHhBT08622; Wed, 16 Oct 2002 13:43:11 -0400 X-Authentication-Warning: tonopah.toronto.redhat.com: wilson set sender to wilson@redhat.com using -f To: "Avinash K. Shrivastava" Cc: gcc@gcc.gnu.org Subject: Re: reading the gcc-IR in back-end References: From: Jim Wilson Date: Wed, 16 Oct 2002 11:42:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00976.txt.bz2 >[2] Do we need to modify it [back-end] to read the IR from a file instead > of from the memory. If you do that, we won't be able to accept the patch into gcc. Jim