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

Miguel de Icaza miguel@ximian.com
Thu, 15 Apr 2004 15:02:06 -0400


Hello,

> Because you didn't mention the key advantage that you get from
> AOT-compiled shared libraries: saving memory from sharing library code
> between processes.  You're only two points were about saving time and
> memory from not having to JIT compile code.

Ah, that is correct, and I had at least completely ignored that fact. 

Using --aot will indeed use shared mapping between various Mono
processes, so it is an extra advantage.

Miguel