From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3D0B3857707; Fri, 13 Oct 2023 08:04:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3D0B3857707 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697184282; bh=jH3IwF+hceNFiFdLECCeECtaeL+vf8puzV+ui6UDOFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eolt1BqHY3cua/GRR1FpAnuDWHTpUCIBTjMFa+RVCYx62vi4qXxCbNfUTfm13aQhm 4zD49TBOTq4eyWo0gBsjc2ktGNaIwkjGflIYLu0P5FOCJgCSV63szQBkLhCEBx23gL XIi+7vr2e0IFPPVI3uqpoMv5FVi/cxrhLKioS7q0= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111600] [14 Regression] RISC-V bootstrap time regression Date: Fri, 13 Oct 2023 08:04:41 +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 #27 from rguenther at suse dot de --- On Fri, 13 Oct 2023, rdapp at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111600 >=20 > --- Comment #26 from Robin Dapp --- > So insn-opinit.cc still takes 2-3 minutes to compile here, even though th= e file > is not gigantic. > With the same GCC 13.1 x86 host compiler I see: >=20 > phase opt and generate : 170.28 ( 99%) 0.75 ( 48%) 171.43 = ( 99%) > 561M ( 60%) > callgraph functions expansion : 35.04 ( 20%) 0.50 ( 32%) 35.65= ( > 21%) 356M ( 38%) > callgraph ipa passes : 135.02 ( 79%) 0.24 ( 15%) 135.55 = ( 78%) > 96M ( 10%) > tree Early VRP : 127.83 ( 75%) 0.00 ( 0%) 128.11 = ( 74%) > 3141k ( 0%) >=20 > Would need to re-check if this still happens with a GCC 14 host compiler.= If > so, that might be worth investigating as it seems pretty localized. See PR111622=