From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2225 invoked by alias); 15 Jun 2009 15:18:28 -0000 Received: (qmail 2178 invoked by uid 22791); 15 Jun 2009 15:18:28 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 15:18:17 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id n5FFIDBB005637 for ; Mon, 15 Jun 2009 16:18:14 +0100 Received: from qyk34 (qyk34.prod.google.com [10.241.83.162]) by zps35.corp.google.com with ESMTP id n5FFHcQO016011 for ; Mon, 15 Jun 2009 08:18:11 -0700 Received: by qyk34 with SMTP id 34so4577131qyk.24 for ; Mon, 15 Jun 2009 08:18:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.97.194 with SMTP id m2mr1402838qcn.21.1245079090550; Mon, 15 Jun 2009 08:18:10 -0700 (PDT) In-Reply-To: <8ac60eac0906081750i1faddef3pe35f4983bf5ee400@mail.gmail.com> References: <8ac60eac0906081750i1faddef3pe35f4983bf5ee400@mail.gmail.com> Date: Mon, 15 Jun 2009 15:18:00 -0000 Message-ID: <8ac60eac0906150818p47288ca1t3da6d8c143e5540@mail.gmail.com> Subject: Re: [patch] Eliminate quadratic slow-down on number of solibs (take 2). From: Paul Pluzhnikov To: gdb-patches@sourceware.org Cc: Tom Tromey Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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-06/txt/msg00387.txt.bz2 On Mon, Jun 8, 2009 at 5:50 PM, Paul Pluzhnikov wro= te: > How about attached patch then? ... > 2009-06-08 =A0Paul Pluzhnikov =A0 > > =A0 =A0 =A0 =A0* solib.c (symbol_add_stub): Add DEFER_BP_RESET parameter. > =A0 =A0 =A0 =A0(solib_read_symbols): Add DEFER_BP_RESET parameter. ... Ping? --=20 Paul Pluzhnikov