From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6438 invoked by alias); 7 Nov 2002 19:58:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6430 invoked from network); 7 Nov 2002 19:58:45 -0000 Received: from unknown (HELO mailsrv.otenet.gr) (195.170.0.5) by sources.redhat.com with SMTP; 7 Nov 2002 19:58:45 -0000 Received: from neutrino.particles.org (athe530-k186.otenet.gr [195.167.106.186]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gA7Jwee7025522; Thu, 7 Nov 2002 21:58:40 +0200 (EET) Received: (from anteater@localhost) by neutrino.particles.org (8.11.6/8.11.6) id gA7LIeA03754; Thu, 7 Nov 2002 23:18:40 +0200 Date: Thu, 07 Nov 2002 11:58:00 -0000 From: Elias Athanasopoulos To: gdb-patches@sources.redhat.com Cc: Daniel Jacobowitz Subject: Re: [PATCH/RFC] faster language identification Message-ID: <20021107231840.G1136@neutrino.particles.org> References: <20021107224622.D1136@neutrino.particles.org> <20021107193409.GA25879@nevyn.them.org> <20021107230321.F1136@neutrino.particles.org> <20021107194838.GA26711@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021107194838.GA26711@nevyn.them.org>; from drow@mvista.com on Thu, Nov 07, 2002 at 02:48:38PM -0500 X-SW-Source: 2002-11/txt/msg00191.txt.bz2 Hi Daniel, On Thu, Nov 07, 2002 at 02:48:38PM -0500, Daniel Jacobowitz wrote: > No, the patch converts the psymtab to a symtab and uses the language in > the symtab. That's what I want you NOT to do. psymtab_to_symtab is > expensive! Ah right! My bad. :-( Elias