From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12191 invoked by alias); 14 Feb 2008 00:16:07 -0000 Received: (qmail 12111 invoked by uid 22791); 14 Feb 2008 00:16:06 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO qnxmail.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Feb 2008 00:15:28 +0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.42.96.5]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id TAA05877 for ; Wed, 13 Feb 2008 19:00:33 -0500 Received: from [192.168.20.204] (pptp_vpn-20-204 [192.168.20.204]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id TAA31617 for ; Wed, 13 Feb 2008 19:15:25 -0500 Message-ID: <47B38834.5070605@qnx.com> Date: Thu, 14 Feb 2008 00:16:00 -0000 From: Aleksandar Ristovski User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [rfc] get rid of redundant data in c++ and java References: <47AD383E.7000205@qnx.com> In-Reply-To: <47AD383E.7000205@qnx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00219.txt.bz2 Aleksandar Ristovski wrote: > Hello, > > Currently we synthesize typedef info for java and c++ (and ada, but I am not > familiar with that language) for any symbol with STRUCT_DOMAIN domain. This can > add up to a lot of redundant data. ... > Instead of generating redundant data for symbols with STRUCT_DOMAIN domain in > java and c++ languages, treat STRUCT_DOMAIN as equal to VAR_DOMAIN for these two > languages when looking up symbols. > Anyone has any comments on this?