This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: gcc+gcj build-times?


Andrew Haley wrote:
Norman Hendrich writes:
> Any insights as how to speed up build-times or why AWT/Swing might > end up crawling under gcj are really appreciated.


The solution for speeding up build times is pretty obvious: you just
don't have enough RAM.  It might be that we could reorganize things a
bit, but at some point we have to link the library, and that takes
memory.

If you search the gcc@ list you can find some threads about problems with gnu make. It is said that using a version of make from the CVS HEAD makes a big difference on memory limited machines.



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