[MUD-Dev] TECH: .Net (was: programming languages (was: Re: TE CH: STL / Heaps, etc.))
Dan MacDonald
danmac at windows.microsoft.com
Tue Aug 21 14:52:55 CEST 2001
> -----Original Message-----
> From: Jo Dillon [mailto:jo at trolltech.com]=20
> My understanding is that .NET code is compiled to native code
> before execution - it never runs in an interpreted/JITted VM at
> all. Hence you get native code speed without the overhead of
> running a JIT.
It's actually a compiler option; you can choose to compile the
generated Common Language Runtime to a native binary, or run it with
the JIT.
Dan MacDonald
_______________________________________________
MUD-Dev mailing list
MUD-Dev at kanga.nu
https://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list