This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: if-conversion a performance bottleneck
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: if-conversion a performance bottleneck
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 5 May 2000 10:37:16 -0700
- Cc: Mike Stump <mrs at windriver dot com>, gcc at gcc dot gnu dot org, matzmich at cs dot tu-berlin dot de
- References: <20000504223529.A17251@cygnus.com> <200005051312.IAA26878@polya.math.purdue.edu>
On Fri, May 05, 2000 at 08:12:34AM -0500, Brad Lucier wrote:
> make -j 9 bootstrap
>
> or whatever, and it doesn't seem to actually set off a bunch of parallel
> jobs--
make MAKE='make -j4' bootstrap -- the -j doesn't normally get
passed down to submakes.
> Should I upgrade make?
Apparently both of us should. I'm interested in this "build server"
thingy...
r~