Saw this thread & all the system level responses. Android's use of Proguard
is at application level. Staying at the application level, I have a
question. If a xmlvm user had a large library jar, not RJE, that was only
slightly being used, would any of the un-used methods, end up in the final
program? I care as much about output size as build time.
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.
On 6/10/11 10:41 AM, "xml...@li..."
<xml...@li...> wrote:
> Date: Fri, 10 Jun 2011 12:00:50 +0300
> From: Panayotis Katsaloulis <pan...@pa...>
> Subject: [xmlvm-dev] C backend and library
> To: xml...@li...
> Message-ID: <829...@pa...>
> Content-Type: text/plain; charset=us-ascii
>
> Hello!
>
> I remember this discussion in the past, but I would like to bring it up again.
>> From my understanding, the C backend right now computates on the fly the
>> required classes and adds only those to the Xcode project.
> Since now in C the handling of library should be more optimized, I think that
> it would be very interesting to use the library (which will also reduce
> compile time to minimum) and will make this class optimization obsolete.
>
> What do you think?
>
>
|