This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should we remove java from the default bootstrap languages?
On Sat, Jun 21, 2008 at 08:58:05PM +0200, Laurent GUERBY wrote:
> On Sat, 2008-06-21 at 08:10 -0400, Diego Novillo wrote:
> > On Sat, Jun 21, 2008 at 05:21, Andrew Haley <aph@redhat.com> wrote:
> And for make -k check:
>
> -j1 2h18
> -j2 1h11
> -j4 0h55
> -j6 0h44
For make check, it would perhaps help to split the langest runtest.exp
invocations (primarily check-gcc, maybe check-fortran and check-libstdc++-v3)
into two parts, so that make could schedule them concurrently with higher
make -jN -k check (e.g. for check-gcc run dg.exp in check-gcc-dg goal,
all the ohter *.exp's in check-gcc-other and check-gcc: check-gcc-dg check-gcc-other).
Jakub