[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: optimizing for size
On Monday, June 23, 2003, at 03:46 pm, Stephen Andrew Neuendorffer
wrote:
Obfuscating the strings in the bytecode will probably reduce code size
more than anything else....
There are several tools available for obfuscation, such as Jode
(http://www.sourceforge.net),
but as far as I know, Soot does not yet have this capability.
Yes, I'm using Retroguard (www.retrologic.com), which makes a big
difference. Soot is currently saving me another 2k on a 60k jar file
post-obfuscation, but every bit helps...