From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26031 invoked by alias); 13 May 2009 09:25:06 -0000 Received: (qmail 26021 invoked by uid 22791); 13 May 2009 09:25:04 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 May 2009 09:24:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4775B2BAC34; Wed, 13 May 2009 05:24:53 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5YexX9gZoIny; Wed, 13 May 2009 05:24:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0E3BC2BAC32; Wed, 13 May 2009 05:24:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 533F0F5A07; Wed, 13 May 2009 11:24:51 +0200 (CEST) Date: Wed, 13 May 2009 09:25:00 -0000 From: Joel Brobecker To: Paul Pluzhnikov Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: [patch] Eliminate quadratic slow-down on number of solibs (part 2). Message-ID: <20090513092451.GA7292@adacore.com> References: <8ac60eac0905121243m41d52262ua1e4d97642bb8a60@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ac60eac0905121243m41d52262ua1e4d97642bb8a60@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-05/txt/msg00263.txt.bz2 (thanks for posting the results for ObjC) > 2009-05-12 Paul Pluzhnikov > > * objc-lang.c (objc_objfile_data): New variable. > (find_methods): Skip objfiles without Obj-C methods. > (_initialize_objc_lang): New function. > OK to commit? Yep :) -- Joel