This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why long command line for libgcj.so?
From: Alexandre Oliva <aoliva@redhat.com>
Date: 05 Jun 2002 16:20:50 -0300
On the contrary: it does it this way because it's more efficient.
It's not more efficient if it makes the person's machine
go into swap, which is what it does do for many people
trying to build libjava.
Fact is, libjava is in fact the slowest thing to build in the whole
bootstrap process, even after all of Mark's wonderful performance
improvements.