From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22593 invoked by alias); 22 Jun 2009 20:41:12 -0000 Received: (qmail 22583 invoked by uid 22791); 22 Jun 2009 20:41:11 -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, 22 Jun 2009 20:41:02 +0000 Received: from spaceape24.eur.corp.google.com (spaceape24.eur.corp.google.com [172.28.16.76]) by smtp-out.google.com with ESMTP id n5MKex9K024087 for ; Mon, 22 Jun 2009 13:40:59 -0700 Received: from pzk40 (pzk40.prod.google.com [10.243.19.168]) by spaceape24.eur.corp.google.com with ESMTP id n5MKeu7R018389 for ; Mon, 22 Jun 2009 13:40:56 -0700 Received: by pzk40 with SMTP id 40so1579342pzk.24 for ; Mon, 22 Jun 2009 13:40:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.144.16 with SMTP id r16mr1926834wfd.153.1245703255895; Mon, 22 Jun 2009 13:40:55 -0700 (PDT) In-Reply-To: <8ac60eac0906221156o91c8059t17d1dd1bd2752dd0@mail.gmail.com> References: <8ac60eac0905121420t3954685v4b5328d05e072f92@mail.gmail.com> <200906221709.n5MH9xPY029467@d12av02.megacenter.de.ibm.com> <8ac60eac0906221156o91c8059t17d1dd1bd2752dd0@mail.gmail.com> Date: Mon, 22 Jun 2009 20:41:00 -0000 Message-ID: Subject: Re: [rfc][patch] Eliminate quadratic slow-down on number of solibs. From: Doug Evans To: Paul Pluzhnikov Cc: Ulrich Weigand , Joel Brobecker , tromey@redhat.com, gdb-patches@sourceware.org, Michael Snyder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00586.txt.bz2 On Mon, Jun 22, 2009 at 11:56 AM, Paul Pluzhnikov wrote: > Unfortunately I don't have any targets that support overlays, so I can't > test this. For reference sake, m32r-elf target has overlays, and there's a simulator in the gdb tree for it. If one wanted to play with overlay support, that should work, right Michael? [m32r was the original target for overlays]