This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Advice requested: how big can we be?


On Tue, 16 Sep 2003, Paul Koning wrote:
> Same here.  Now I understand why bootstrapping takes such an insane
> amount of time.

It's a difficult balancing act.  libgcj.so is built from 1000+ object
files.  Building each source file individually uses less memory takes a
lot of time, and drives ld crazy on some machines anyway (tickling GOT
limitations, etc.)

>From what I gather the current plan for libgcj is to use
--enable-intermodule as gcc itself does.

Jeff


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