From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1817 invoked by alias); 15 Oct 2004 13:29:48 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 1802 invoked from network); 15 Oct 2004 13:29:47 -0000 Received: from unknown (HELO web40524.mail.yahoo.com) (66.218.92.44) by sourceware.org with SMTP; 15 Oct 2004 13:29:47 -0000 Message-ID: <20041015132946.77718.qmail@web40524.mail.yahoo.com> Received: from [203.124.142.66] by web40524.mail.yahoo.com via HTTP; Fri, 15 Oct 2004 06:29:46 PDT Date: Fri, 15 Oct 2004 13:29:00 -0000 From: energon Subject: Re: (Question reframed)Storing specified variables in the same memory page! To: Sriharsha Vedurmudi Cc: gcc-help@gcc.gnu.org In-Reply-To: <416E0CA7.4050309@redpinesignals.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00106.txt.bz2 1. or maybe, tag your variables with a specific tag, 2. a. then write a filter program to generate code with a struct getting populated with the specially tagged variables as members b. then map accesses to the tagged variables as members of the struct c. the memory for the struct could be on the stack or the heap, and the code generated appropriately 3. then pass this generated code to the actual GCC ===== -energon0 _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com