This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH] Speed up bootstrap on SMP


Jakub Jelinek <jakub@redhat.com> writes:

> In my experience, compiling insn-attrtab.c takes longest time during
> bootstrap and when bootstrap is done with make -jN for bigger N make
> is always waiting till it completes while all other files are already
> compiled.

I think we should just move it to the front of the OBJS-common list.

Although I have no particular objection to your patch.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]