From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6350 invoked by alias); 7 Nov 2002 20:55:52 -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 6342 invoked from network); 7 Nov 2002 20:55:51 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Nov 2002 20:55:51 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gA7KX8w09749 for ; Thu, 7 Nov 2002 15:33:08 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gA7Ktml29943; Thu, 7 Nov 2002 15:55:48 -0500 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gA7KtlD01269; Thu, 7 Nov 2002 12:55:48 -0800 Message-ID: <3DCAD353.E5C2A968@redhat.com> Date: Thu, 07 Nov 2002 12:55:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Elias Athanasopoulos CC: gdb-patches@sources.redhat.com, Daniel Jacobowitz Subject: Re: [PATCH/RFC] faster language identification References: <20021107224622.D1136@neutrino.particles.org> <20021107193409.GA25879@nevyn.them.org> <20021107230321.F1136@neutrino.particles.org> <20021107194838.GA26711@nevyn.them.org> <20021107231840.G1136@neutrino.particles.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00199.txt.bz2 Elias Athanasopoulos wrote: > > 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. :-( Perhaps the patch could be added to psymtab_to_symtab, so that it would not try to get the language until the symbols were going to be read anyway?