Re: [PATCH] genemit.c (main): split insn-emit.c for compiling parallelly

2020-07-15 Thread Rainer Orth
Hi Jojo, > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 2ba76656dbf..3306510a9a8 100644 > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -1253,6 +1253,13 @@ ANALYZER_OBJS = \ >  # We put the *-match.o and insn-*.o files first so that a parallel make >  # will build them sooner, becau

[PATCH] genemit.c (main): split insn-emit.c for compiling parallelly

2020-07-15 Thread Jojo R
Hi, The size of generated file like insn-emit.c is very huge if we add lots of define_expand patten or define_insn patten. It’s present easily when there are much more intrinsic interfaces it costs much more time to create toolchain with compiling these files :(