Hi,

   The mono AOT code is not domain neutral, it is
essentially the same
as the code produced by the JIT. If you specify the -O=shared
option when AOTing the assembly, it will be domain neutral
code. 
AOTing does improve startup times considerably. Just try
running the
tests under mcs/tests using an AOTed corlib/System/mcs, and
you will
see the difference.

Also, the mono system assemblies will be AOTed during
installation in
a future mono release.

                         bye

                               Zoltan
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to