[Mono-list] Can't get Ahead-Of-Time compilation working
Michael Hutchinson
m.j.hutchinson at gmail.com
Mon Sep 28 14:40:14 EDT 2009
On Mon, Sep 28, 2009 at 2:22 PM, LKeene <lionel.keene at gmail.com> wrote:
> Actually, let me ask another question first as this is a potential
> showstopper: can I AOT my app for OSX execution?
Why would it be a showstopper? AOT is really only an optimization to
improve startup time and code sharing between processes (except on
JIT-blocking platforms such as the iPhone, where it's necessary for
Mono to work at all). The runtime is still needed for other VM
features: the GC, reflection, exception handling, I/O etc.
Maybe you're looking for something like mkbundle.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Mono-list
mailing list