From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6509C383B684; Tue, 6 Dec 2022 19:09:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6509C383B684 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670353774; bh=F+3eGc/4O1j/ZWo44vPcEbJMLvT/+SRXM9WEqa1fddU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZT2vOEjaQAa3ZIhUsgxCl4QJVKYMg4beyMtSXt1hSyIFjLEBTHFN1SXQp9tgKm8mA 6pC0JpK6qisc+wp88d+Q1KeRW+7xEq4MJZWAY1PydHHxKd1Ybvhk76AzsUiGFOpt9Q 3Wm4LTOHelkW6FLSV5iY/a4KOpozHiXcK1t4bwys= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29854] ^C should interrupt synchronous wait on cooked index completion Date: Tue, 06 Dec 2022 19:09:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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=3D29854 --- Comment #6 from Tom Tromey --- > With my unoptimized build, it takes about 30 seconds. With my optimized = build > (on the same binary), it takes 2 seconds. Wow. I knew optimization mattered for DWARF reading (maybe the only spot it does for gdb), but I didn't realize the effect was so big :) --=20 You are receiving this mail because: You are on the CC list for the bug.=