This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Obfuscation - optimisation?
- From: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- To: java at gcc dot gnu dot org
- Date: Wed, 24 Nov 2004 09:40:01 +0100
- Subject: Obfuscation - optimisation?
Hi there,
A question came to mind:
When using classes one can use obfuscation/optimisation tools on
class-files (e.g. progaurd) in order to reduce footprint, etc. Are there
any similar possibilities with gcj?
I reckon I cannot use progaurd since gcj cannot compile to native from
class-files, right?!
Regards,
Martin