From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38E1D385697D; Wed, 4 Oct 2023 13:56:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38E1D385697D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696427763; bh=g+jkauuqtSSURLtev6wVyTDdPP9Jhj7QWVMa+MZ+hmU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WcSD+tHzLW3zIw6451nO8M7tYQrYHGPI/1lz96yvAKIOE4kMLHA4ROGSmBf4gccZs xMwbVYm8dqrFIj6L9jAR+IeuJJHPtFbxt2+3ya5Llt5rdWRDi3XH7zphSA5p6mQCdL yoZC0A2L+Kri4XxNjML7YuSIov3vjYPgs+6xgYVE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111600] [14 Regression] RISC-V bootstrap time regression Date: Wed, 04 Oct 2023 13:56:02 +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: rguenth at gcc dot gnu.org 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 #21 from Richard Biener --- I have a release checking GCC 13.2 based host compiler, profile ordered sim= ilar to yours is the following where 'integration' is inlining callgraph ipa passes : 22.94 ( 12%) 2.24 ( 12%) 25.19 ( = 12%) 3307M ( 15%) integration : 51.29 ( 27%) 5.56 ( 29%) 56.75 ( = 27%) 12995M ( 59%) tree CFG cleanup : 20.37 ( 11%) 2.05 ( 11%) 22.30 ( = 11%) 219M ( 1%) tree CCP : 21.72 ( 11%) 1.19 ( 6%) 22.85 ( = 11%) 330M ( 2%) integrated RA : 6.65 ( 4%) 0.62 ( 3%) 6.80 ( = 3%) 876M ( 4%) scheduling 2 : 5.21 ( 3%) 0.28 ( 1%) 5.45 ( = 3%) 36M ( 0%) TOTAL : 189.12 19.43 208.61=20= =20=20=20=20=20=20 21939M=