[Mono-list] Re: The Mauve unicode testcase and VM perfor

Varga Zoltan vargaz@freemail.hu
Wed, 14 Apr 2004 00:34:03 +0200 (CEST)


                                       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