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?
Ian Lance Taylor <iant@google.com> writes:
> This feature could not be used when executing
> programs on a target board or when using DejaGNU to drive a compiler
> running on a different host; however, that is not the common case.
To be clear, when using an embedded target board, the compilations
could be parallelized, the executions (generally) could not be. That
is not so bad, as the compilations are what take the most time; most
of the tests execute quite quickly.
Ian