This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: Speed up libgcj build
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: Speed up libgcj build
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 13 Oct 2000 13:53:49 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <39E69DEC.4FFCCEEA@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
Bryce> 2. Can someone remind me why the .java->.class stage was
Bryce> changed to run gcj separately for every file?
To avoid line length limitations. This change confused me, though --
don't we run into the same limitations creating the .so?
Bryce> 3. It would be really nice if we had proper dependencies for
Bryce> all the .java files so changing one line of code doesn't cause
Bryce> the entire library to be rebuilt...
This is high on my to-do list.
Tom