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 14:14:41 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <39E69DEC.4FFCCEEA@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
Bryce> At least with the old way there was a chance that "gcj -C"
Bryce> would one day be upgraded so that it produces .class files as
Bryce> it traverses its dependencies (rather than parse all the source
Bryce> code again, and again, and again...)
BTW, if/when this feature is written, we'll definitely change things
to take advantage of it. One idea is to implement the `@file' command
line option that javac accepts. There's already a PR on the ways in
which `gcj -C' differs from `javac'.
Tom