This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sequential build of libjava
- From: Tom Tromey <tromey at redhat dot com>
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 05 Sep 2002 12:47:43 -0600
- Subject: Re: Sequential build of libjava
- References: <200209051627.g85GR5i21258@banach.math.purdue.edu>
- Reply-to: tromey at redhat dot com
>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:
Brad> It takes forever to build libjava on sparcv9-sun-solaris2.8,
Brad> even with make -j 8, since it seems to be done serially, e.g.,
Brad> in
What parts seem to be done serially?
You quoted the build of prims.cc. But I think that should run in
parallel with the other .cc builds.
Brad> Does anyone know why this is happening? Can it be parallelized?
I don't know why it is happening.
Mark already did some work to parallelize the bytecode compilations.
I don't see why the other parts couldn't be done in parallel as well.
Actually, I don't see why they aren't already.
Tom