From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10734 invoked by alias); 29 Feb 2008 18:55:40 -0000 Received: (qmail 10725 invoked by uid 22791); 29 Feb 2008 18:55:40 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 29 Feb 2008 18:55:15 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 20A65983A2; Fri, 29 Feb 2008 18:55:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0AF299831E; Fri, 29 Feb 2008 18:55:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JVAO1-0000jZ-7o; Fri, 29 Feb 2008 13:55:13 -0500 Date: Fri, 29 Feb 2008 19:09:00 -0000 From: Daniel Jacobowitz To: Aleksandar Ristovski Cc: gdb@sourceware.org Subject: Re: cp-name-parser.y Message-ID: <20080229185513.GA2793@caradoc.them.org> Mail-Followup-To: Aleksandar Ristovski , gdb@sourceware.org References: <47C84D48.2020807@qnx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47C84D48.2020807@qnx.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00262.txt.bz2 On Fri, Feb 29, 2008 at 01:22:00PM -0500, Aleksandar Ristovski wrote: > Hello, > > Is it just me or is cpname_parse really not being used at all? I see there > has been some effort put into parsing c++ specific sutff, but is it > unfinished, or what is going on? > > If you could, let me know how mature is that code there and can it be used. What would you like to use it for? It's not used yet for much. I have a patch, most recently posted around the end of October 2007, which uses it for every C++ symbol we read in. That's to fix symbol lookup issues for templates, and so forth. But the patch is a bit of a slowdown and I want to look at your speedups first before I go there. I'll be doing that soon. -- Daniel Jacobowitz CodeSourcery