This is the mail archive of the java-patches@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: Patch for Review: Compile each classfile individually unless--enable-libgcj-multifile


Per Bothner writes:
 > 
 > I think the default should be whatever makes bootstrap builds
 > fastest on most machines,

It's hard to tell.  I've seen reports of 370 Mbytes process size,
which is beyond the pale.  IMO, any build procedure that grows beyond
about 128 Mbytes has to be off by default.

 > especially if it also produces better code.  The speed of the
 > compile-debug-edit cycle is not as important, especially if there
 > is an option to improve it.
 > 
 > My preference for the default:  Build largish groups of classes
 > (perhaps by package) at once, but probably not everything.

That might work to everyone's satisfaction.

--enable-intermodule is a weird name.  I would prefer something more
descriptive -- --assume-large-build-host or somesuch.

Andrew.


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