From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24798 invoked by alias); 4 Dec 2014 06:21:21 -0000 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 Received: (qmail 24788 invoked by uid 89); 4 Dec 2014 06:21:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 04 Dec 2014 06:21:19 +0000 Received: by mail-wi0-f173.google.com with SMTP id r20so33667733wiv.12 for ; Wed, 03 Dec 2014 22:21:15 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.180.228.72 with SMTP id sg8mr96545238wic.48.1417674075718; Wed, 03 Dec 2014 22:21:15 -0800 (PST) Received: by 10.27.132.70 with HTTP; Wed, 3 Dec 2014 22:21:15 -0800 (PST) In-Reply-To: <20141203180507.GF25020@host2.jankratochvil.net> References: <20141020214410.GA22011@host2.jankratochvil.net> <20141023182434.GA31412@host2.jankratochvil.net> <20141129121124.GA21606@host2.jankratochvil.net> <20141203180507.GF25020@host2.jankratochvil.net> Date: Thu, 04 Dec 2014 06:21:00 -0000 Message-ID: Subject: Re: [patchv3 2/2] Accelerate lookup_symbol_aux_objfile 85x From: Doug Evans To: Jan Kratochvil Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00082.txt.bz2 On Wed, Dec 3, 2014 at 10:05 AM, Jan Kratochvil wrote: > Function block_lookup_symbol_primary() assumes we're looping over all > 'compunit_symtabs's (of an objfile). Ah, righto. LGTM