Hi! On 2021-05-03T13:18:35-0700, Andrew Pinski via Gcc <[email protected]> wrote: > I noticed my (highly, -j24) parallel build of GCC is serialized on > compiling gimple-match.c. Has anyone looked into splitting this > generated file into multiple files?
There is <https://gcc.gnu.org/PR84402> "[meta] GCC build system: parallelism bottleneck". Relatedly, there is Jojo's "genemit.c (main): split insn-emit.c for compiling parallelly", <http://mid.mail-archive.com/[email protected]>, etc. And, I'm aware of the following, somewhat related, too: Giuliano's "[GSoC] Automatic Parallel Compilation Viability", <[email protected]">http://mid.mail-archive.com/[email protected]>, etc. Grüße Thomas ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf
