Sam Gentile wrote:

> But does it ever really "process" or "execute" CIL in its VES since all
> .NET code is JIted and always runs native code?

In MS's .NET implementations, CIL is never directly executed. However, if
you use the Mono interpreter (MINT), then it is (I assume that's what you
mean by "directly executed", since there's no such thing -- yet <grin> -- as
a CIL-based CPU).

Brad

--
Read my web log at http://www.quality.nu/dotnetguy/

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to