From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13592 invoked by alias); 6 Jun 2013 08:57:03 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 13570 invoked by uid 48); 6 Jun 2013 08:57:03 -0000 From: "gbenson at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug shlibs/15590] New: GDB slows nonlinearly as number of inferior solibs increases Date: Thu, 06 Jun 2013 08:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: shlibs X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gbenson at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q2/txt/msg00376.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15590 Bug ID: 15590 Summary: GDB slows nonlinearly as number of inferior solibs increases Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: shlibs Assignee: unassigned at sourceware dot org Reporter: gbenson at redhat dot com Performance testing during the implementation of the probes-based runtime linker interface revealed that GDB slows nonlinearly as the number of inferior shared libraries increases: no of solibs 128 256 512 1024 2048 4096 ----------------------------------------------------------------- original interface 0 1 4 12 47 185 probes interface 0 0 2 4 10 36 (time in seconds) The probes interface is considerably faster than the original, but there is still some nonlinearity there. -- You are receiving this mail because: You are on the CC list for the bug.