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: groan: installation


Tom Tromey wrote:
I don't think we can do anything about the .so build times.
If we compile each package into a single .o (or .lo) file,
then building then .so would need to handle process files,
and fewer cross-file relocations, which *might* speed things up.
It should at least speed up the compilation phase.  Gcj *does*
support compiling an entire package into a single .o/.lo/.s,
in a single jc1 invocation, and this seems to work, so I think
it's a worthwhile and not-too-complex improvement.  (You can
see how I did it in Kawa.)
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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