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: ignoring undefined references


>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:

Marco> Is it possible to ignore undefined references?
Marco> The problem is that most of the public available java libraries
Marco> (e.g. xerces; http://xerces.apache.org/xerces-j/) use external classes
Marco> which they do not provide because they're barely used. So, if such a
Marco> library is used, two or three new libraries have to be searched and
Marco> compiled too. But they have the same problem...
Marco> There come more and more classes into the executables but none of them
Marco> will ever be used...

Compiling with -findirect-dispatch often helps this.

Tom


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