From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E213385840C; Wed, 30 Nov 2022 08:26:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E213385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669796760; bh=ps25FgmBrM0eHDu0aKu3WzAp8I1hIE5OXYv/Sb0pBTE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dbcJXOnqQgT4Z0pSoiH7OfDCMKiKqN1xJtVXqFWbj8dAzptvPmPI4srkmP7ak1ACA /9quvcdRbQBrGJ9bk7VdPzokSuwZebf/BrrM/6ZiH3yMCE8mYUMACzWGQf5kM/vRXU 0+jArhz5gUwuOy+kLcHA6+ky3Pkl6ykHzFBrhf0M= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck Date: Wed, 30 Nov 2022 08:25:59 +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: rguenth 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 #50 from Richard Biener --- (In reply to Martin Li=C5=A1ka from comment #48) > Created attachment 53989 [details] > CPU utilization of make all-host on recent AMD server >=20 > The situation with a recent AMD server is really bad! Having 192 cores, t= he > average CPU utilization of `make all-host` is 6% ! Just do more builds in parallel! There's just 903 .o files in gcc/ and libbackend.a just has 490 of them. It's not surprising the few larger files stretch out the compile-time here. Try LTOing libbackend.a?=