[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: optimizing for size
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.
Steve
At 03:23 PM 6/23/2003 -0400, Mark Smith wrote:
I'm using Soot to optimize some J2ME code. Has anyone got advice on the
set of optimizations that will generally produce the smallest output code size?
thx