From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89176385694B; Fri, 5 May 2023 12:47:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89176385694B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683290871; bh=VWULKHPVkohitPP4N3XcqQNKAhnZV6F+uSb0GJ3Dfkk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nTQ0ZF/7/v0EJyZSLm+Ct4KptzZCR/Ekyj/fPNfU5ICNHCKcp9enHcaD6q515ikhO g2pVxZ3APMSdpG395vLnt3Je+TkZxC1vmG6LxNhilvqyJMQuT+OvdDxUmEvoHot89m 2WlFxbQp9X7IuVAEpgvhRYCeOeAZ9fHd5pvsMMW0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck Date: Fri, 05 May 2023 12:47:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: unknown X-Bugzilla-Keywords: build, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D84402 --- Comment #65 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:580cda3c2799b1f8323af770e52f1eb0fa204718 commit r14-496-g580cda3c2799b1f8323af770e52f1eb0fa204718 Author: Tamar Christina Date: Fri May 5 13:35:17 2023 +0100 match.pd: don't emit label if not needed This is a small QoL codegen improvement for match.pd to not emit labels when they are not needed. The codegen is nice and there is a small (but consistent) improvement in compile time. gcc/ChangeLog: PR bootstrap/84402 * genmatch.cc (dt_simplify::gen_1): Only emit labels if used.=