[Mono-dev] full AOT support

Rodrigo Kumpera kumpera at gmail.com
Sun Apr 22 18:26:49 UTC 2012


On Sat, Apr 21, 2012 at 9:24 PM, Jonathan Shore <jonathan.shore at gmail.com>wrote:

>
>
> On Sat, Apr 21, 2012 at 8:03 AM, Rodrigo Kumpera <kumpera at gmail.com>wrote:
>
>>
>> what platforms is --aot=full supported on?
>>
>> linux/amd64, linux/x86, iOS/arm and ppc/? are the supported
>> configurations.
>>
>
> Thanks.  ic, so windows would not be one of those platforms.
>
>
>>
>> Why do you think you need FullAOT? Its a tecnology targeted at
>> environments that won't support JIT. Use simple AOT if you can.
>>
>>
> We have to distribute out some sensitive stuff for paralllel-distributed
> execution across machines we lease in places like china.  Want full AOT so
> that we can distribute with:
>
>    1. inability to decompile (easily)
>    2. minimal footprint and no mono installation requirement
>
> Does that make sense, or is there a better way to do this?
>

Use obfuscation and mkbundle.

Be aware that any of those solutions must comply with the LGPL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120422/0e7f8076/attachment.html>


More information about the Mono-devel-list mailing list