From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7585 invoked by alias); 18 May 2009 22:58:34 -0000 Received: (qmail 7576 invoked by uid 22791); 18 May 2009 22:58:33 -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.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 22:58:23 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id n4IMwKOl031830 for ; Mon, 18 May 2009 15:58:20 -0700 Received: from qyk42 (qyk42.prod.google.com [10.241.83.170]) by zps19.corp.google.com with ESMTP id n4IMvILk027400 for ; Mon, 18 May 2009 15:58:19 -0700 Received: by qyk42 with SMTP id 42so6294036qyk.7 for ; Mon, 18 May 2009 15:58:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.84.196 with SMTP id k4mr3098639qcl.86.1242687498902; Mon, 18 May 2009 15:58:18 -0700 (PDT) In-Reply-To: References: <20090501221639.4FF8A19C4E1@localhost> <8ac60eac0905181515y13a9bfd8pa7d31f6a02dfae3@mail.gmail.com> Date: Mon, 18 May 2009 22:58:00 -0000 Message-ID: <8ac60eac0905181558s39d0c4e1qb26ee330d3623fcf@mail.gmail.com> Subject: Re: [patch] Eliminate quadratic slow-down on number of soilibs (part 2). From: Paul Pluzhnikov To: tromey@redhat.com Cc: gdb-patches@sourceware.org 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-05/txt/msg00379.txt.bz2 On Mon, May 18, 2009 at 3:48 PM, Tom Tromey wrote: > Yeah. =A0I was not completely sure about the rules regarding use of the > objfile obstack. =A0But, I think this should be safe. =A0This is ok. Other parts that use set_objfile_data use obstack_alloc() this way, so I assume that's fine. I've checked it in. Thanks, --=20 Paul Pluzhnikov