[Mono-list] Announce: A .NET assembly -> native code
generation tool (ala ngen for MONO)
Miguel de Icaza
miguel@ximian.com
29 Jul 2002 11:42:49 -0400
Hello,
> Some other issues would need to be resolved in the code like the linking
> phase, so we could get it to work for multiple app domains while keeping
> the mmapped pages read-only.
> I think the gcc approach may give good results, just let it still mature a
> bit.
We probably want to `ngen' assemblies twice: one for shared appdomains,
and one for unshared app domains. I think Microsoft only does one of
those.
Miguel.