From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 322E43858D28; Fri, 6 Jan 2023 19:42:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 322E43858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673034138; bh=puBkZAMny8KzxHplofS0D0r/yuSUXl2+J/NwTAOnKjk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aRfU95/XgYzZ+PvRjzi6luvGxWmgQJ18KslVku502DpqUyGGFBkvhnMKV/NHSusFf PjkxxOQ1SQaGs/Ke2JmZn4R046nv1HZSSCgoMLT7uGcCoXH8LFCol/HAcHgxm1aFX6 uK9YVFr0lVyx+tnOj7IY1zh+yq8HpTBUu3GnYBY0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/8367] [RFA] performance improvement of lookup_partial_symtab Date: Fri, 06 Jan 2023 19:42:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: unknown X-Bugzilla-Keywords: performance X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D8367 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |tromey at sourceware dot o= rg Status|ASSIGNED |RESOLVED --- Comment #4 from Tom Tromey --- Note to self, to compile you must use: $ gnatmake -g main -aImany_files With git master this is very quick: (gdb) maint time 1 (gdb) list /home/tromey/gdb/PRs/pr8367-basenames/many_files/pack_0001_test.ads:22023-0= 1-06 12:40:09.325 - command started 1 package Pack_0001_Test is 2 pragma Pure; 3 Var_0001_Test : constant String :=3D "0001"; 4 end Pack_0001_Test; 2023-01-06 12:40:09.359 - command finished Command execution time: 0.034019 (cpu), 0.034398 (wall) So I think this is fixed. --=20 You are receiving this mail because: You are on the CC list for the bug.=