[MUD-Dev] TECH: .Net (was: programming languages (was: Re: TE CH: STL / Heaps, etc.))

Jo Dillon jo at trolltech.com
Tue Aug 21 18:59:35 CEST 2001


On Tue, Aug 21, 2001 at 02:50:09PM +0100,
Daniel.Harman at barclayscapital.com wrote:
> Justin Rogers [mailto:justin at mlstoday.com]
>> [Daniel]:

> I meant hot-spotting in the Java sense. i.e. Just in time
> byte-code optimisation - it can make some huge gains in javas
> performance. I'm not certain its unavailable in the CLR, but the
> instructor on my course said it wasn't.

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.

--

	Jo
_______________________________________________
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