From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E93B3857357; Wed, 4 Oct 2023 08:17:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E93B3857357 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696407463; bh=mCDAWCHjRML8d6JB9JSI3jEzT7Io2icWUDggKm2PnMg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XO9H6lkZRnzTz/c0r9UqJ6PzmeO9CrOhiRTcc2+9sLywGOmBsEiW/sNcJt8RoVyKN ZmhgSYb6l21UBf9Oj5iKuWXH9WRXIROZ3jjCRUnQhe70Gyg7+Q0itN+Pv60vQvshUl K2L0V4664lHFb8dT1lMcqMhy1urxKShu12fNt4oM= 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: Wed, 04 Oct 2023 08:17: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: 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: 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 #16 from Robin Dapp --- Confirming that it's the compilation of insn-emit.cc which takes > 10 minut= es.=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.=