From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15676 invoked by alias); 13 Oct 2002 09:27:52 -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 13611 invoked from network); 13 Oct 2002 09:26:42 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 13 Oct 2002 09:26:42 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 180f1F-0007gi-00 for gcc@gnu.org; Sun, 13 Oct 2002 05:26:41 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 180f11-00088e-00 for gcc@gnu.org; Sun, 13 Oct 2002 05:26:33 -0400 Received: from mailhost.iitb.ac.in ([203.197.74.142]) by monty-python.gnu.org with smtp (Exim 4.10) id 180f10-0007h8-00 for gcc@gnu.org; Sun, 13 Oct 2002 05:26:26 -0400 Received: (qmail 19660 invoked from network); 13 Oct 2002 09:26:05 -0000 Received: from mailscan2.iitb.ac.in (HELO thisdomain) (144.16.108.202) by mailhost.iitb.ac.in with SMTP; 13 Oct 2002 09:26:05 -0000 Received: from jeeves.cse.iitb.ac.in by iitb.ac.in ; Sun, 13 Oct 2002 14:55:55 +0530 Date: Sun, 13 Oct 2002 11:19:00 -0000 X-Originating-IP: 10.105.1.1 X-Auth-User: avi@cse.iitb.ac.in Received: from everest.cse.iitb.ac.in (avi@[10.105.1.4]) by jeeves.cse.iitb.ac.in (8.11.0/8.11.0) with ESMTP id g9D9Prj19345; Sun, 13 Oct 2002 14:55:53 +0530 Received: from localhost (avi@localhost) by everest.cse.iitb.ac.in (8.9.2/8.9.2) with ESMTP id OAA12116; Sun, 13 Oct 2002 14:37:22 +0530 (IST) Date: Sun, 13 Oct 2002 14:37:22 +0530 (IST) From: "Avinash K. Shrivastava" To: GCC , gcc@gcc.org, gcc@gnu.org Subject: reading the gcc-IR in back-end Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.5 required=5.0 tests=INVALID_DATE,SPAM_PHRASE_00_01,TO_LOCALPART_EQ_REAL, USER_AGENT_PINE version=2.41 X-Spam-Level: X-SW-Source: 2002-10/txt/msg00664.txt.bz2 Message-ID: <20021013111900.KbPry72JC7P9n8SSOg8OunOImwf8dV2R0ne9evRonXE@z> kindly entertain the queries, [1] how the GCC back-end reads the front-end-IR for processing. [2] Do we need to modify it [back-end] to read the IR from a file instead of from the memory. thanks, Sincerely, -Avinash