On Mon, Sep 28, 2009 at 2:22 PM, LKeene <[email protected]> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
