From: Panayotis K. <pan...@pa...> - 2011-06-15 17:56:41
|
On Jun 15, 2011, at 5:33 PM, Arno Puder wrote: > >> Just wondering, since the user could always run everything through Proguard, >> before they even get to you. I was using Proguard for Android a year before >> they actually supported it. > > Probably a useful way to reduce the size. I don't think we should try to > replicate Proguards functionality in XMLVM. > > Arno It is very easy to reduce the size of a bunch of classes with proguard. I know how to do this on class level, but I 've read that you can also do it even on method level . |