This is the mail archive of the gcc@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: Sequential build of libjava


>>>>> "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


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