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: Obfuscation - optimisation?


http://proguard.sourceforge.net/
It does claim to eliminate unused methods and fields,
which should impact both code and heap size.  I would
expect substantially so, in some cases.  But I
have no experience with it ...
That may be usefull regarding external packages - e.g. Xerces, from which I only use parts...

Regards,
 Martin


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