From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6681238582B5; Sat, 5 Nov 2022 01:28:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6681238582B5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667611685; bh=KSuDRYburKxzCutLb0VPdQhS553EQrgQDX0OvZW2r3E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XYyCy7o/0kf0DyezhfQu/wQYHYrzUVqPtf0b3jkvzQcDbTKDaac8tK6GaE78jtTI3 q3DQ/X55RHhUrDmsUY+jGW1ZgR1kDEsTmeIdNNjiv3O2BWOwUclW+f+tWPWFlnbQUt AFXkTANy/tjtKdBCJX2WOceG6r1E1tJadhakAQ2E= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Sat, 05 Nov 2022 01:28:04 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: simark at simark dot ca X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D29105 --- Comment #21 from Simon Marchi --- (In reply to Tom Tromey from comment #20) > (In reply to Simon Marchi from comment #17) > > The call takes a long time, many CUs are expanded, which probably shoul= dn't. > > Probably because of the "int" in the function pointer type. I'm noting= it > > here so I can test it again once we have a patch to test. >=20 > Try my branch "pr-29105-signed-index" All the cases I have reported appear fixed (in that they don't expand a ton= of CUs) with that branch. --=20 You are receiving this mail because: You are on the CC list for the bug.=