From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AAE973857705; Wed, 4 Oct 2023 09:07:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AAE973857705 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696410428; bh=0anfuSXQAcOLErPNZTvoqRGSJ7ErlHBh7Z3XQtidl1Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bnvl+U19og+7YcGIneDYEJcp69tnj+vIUvNE+By3Nb0DhAMfZrqHu/120BLsBzcxy DzSTBJHA8XDqpqz8paWiONBEBrti3ZFqaTDZvZUNYmOYNw0quC10Mvs3ImPTrh/2V8 ST2wJo5nONpxE3qYaEUYREheZ6ce4KtEE3s27zyc= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111600] [14 Regression] RISC-V bootstrap time regression Date: Wed, 04 Oct 2023 09:07:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: compile-time-hog, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111600 --- Comment #17 from rguenther at suse dot de --- On Wed, 4 Oct 2023, rdapp at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111600 >=20 > --- Comment #16 from Robin Dapp --- > Confirming that it's the compilation of insn-emit.cc which takes > 10 min= utes.=20 > The rest (including auto generating of files) is reasonably fast. Going = to do > some experiments with it and see which pass takes the most time. And in which function(s) please. IIRC -Q will announce each function entering post-IPA passses (announce_function), you could eventually dump the current time there as well.=