Sequential build of libjava
Tom Tromey
tromey@redhat.com
Thu Sep 5 11:45:00 GMT 2002
>>>>> "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
More information about the Java
mailing list