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: A congerie of small performance patches


On Wed, Feb 12, 2003 at 01:46:18PM -0800, Mike Stump wrote:
> On an 8 processor machine, we want the time to build one file to be 
> sub-ms.  One way to do this, would be to farm out chunks of the single 
> unit being recompiled to separate threads, easier to do this if the FE 
> is re-entrant.  :-)  Better for turn around time.

Why not just use, say make -j 16?


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