This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc and compiling speed
- From: "John S. Dyson" <toor at y dot jdyson dot com>
- To: diep at xs4all dot nl (Vincent Diepeveen)
- Cc: gcc at gcc dot gnu dot org (gcc at gcc dot gnu dot org List)
- Date: Mon, 1 Mar 2004 00:00:42 -0500 (EST)
- Subject: Re: gcc and compiling speed
>
> btw At multiprocessor BSD machines, does gcc get run using all processors
> there instead of running all threads at 1 processor? If not, i know
> something to speed you up quite some...
>
FreeBSD has a couple of multi-threading libs, and at least one
of them allows for multi-cpu threading. Frankly, I don't keep
up with the official release versions, but I often use the
multi-cpu threading libs.
John