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



It might make sense though to turn --enable-libgcj-multifile on whenever
--enable-intermodule is present (presumably, anyone building with
--enable-intermodule has plenty of memory).  That can be changed later.

I think the default should be whatever makes bootstrap builds fastest on most machines, 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.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/



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