This is the mail archive of the java-patches@sources.redhat.com 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]

Re: PATCH: Speed up libgcj build


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

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