This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building java library is slow
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: tromey at redhat dot com
- Cc: lucier at math dot purdue dot edu, gcc at gcc dot gnu dot org
- Date: Wed, 27 Mar 2002 21:55:18 -0500 (EST)
- Subject: Re: Building java library is slow
>
> >>>>> "Brad" == lucier <lucier@math.purdue.edu> writes:
>
> Brad> The java library seems to be made serially, even when "make -j
> Brad> 8' is specified.
>
> Do you mean building the .o files or the .class files?
> (If the gcj invocation has `-C' then it is the .class files.)
I don't know for sure and now I can't go back to figure it out.
(I just looked at the tail of the build log when I noticed that
only one jc1 job was executing at a time; I don't remember that
detail.)
Brad