From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E3F1E385840B; Mon, 2 Oct 2023 15:03:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E3F1E385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696259018; bh=sIK/HzsMKKmTbZoCCPqrNJMUQKL1OLA6uIo4i9Yq95s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hbxPfy14DJ0d5UVdnsf4j4Yysfe+GYYGXhrvEevvxCzcLXRrfVlupl8E17FOjNjU4 DoNJwSUaErwUldVHKt2m0GS8fxp7O1VQKroxWiLVebB+0OV8A48q/9TLBbCfWqBaFL zF7Q9a0rufAbmzEtJC0R6vZRJC9WLTJyloR84y7s= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111600] [14 Regression] RISC-V bootstrap time regression Date: Mon, 02 Oct 2023 15:03:37 +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: rdapp 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: cc 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 Robin Dapp changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org --- Comment #12 from Robin Dapp --- We're really at a point where just building becomes a burden and turnaround times are annoyingly high. My suspicion is that the large number of modes combined with the number of insn patterns slows us down. Juzhe added a lot= of VLS patterns (or rather added VLS modes to existing patterns) around the Cauldron and this is where we saw the largest relative slowdown. Maybe we need to bite the bullet and not use the convenience helpers anymor= e or at least very sparingly? I'm going to make some experiments on Wednesday to see where that gets us.=