[Mono-list] Using mono aot / aot-full compilation: nothing appears to happen?

Miguel de Icaza miguel at xamarin.com
Wed Nov 9 23:25:52 EST 2011


>
>
> What's the difference between --aot=full and mkbundle?  --aot=full looked
> like it should produce a single binary as well..
>

--aot=full merely compiles all the code natively, much more than regular
--aot does, including all sorts of extra methods that the engine believes
you might need.

This is used in systems like iOS where JITing is not allowed.

But in both cases, this still requires the runtime.

Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20111109/431fe6a5/attachment.html 


More information about the Mono-list mailing list