On 12/17/06, Eric Engler <[EMAIL PROTECTED]> wrote:
Is the CVM still a viable model, or has it been super-ceded by libjit? I understand libjit can fallback to interpretation on a platform that doesn't have JIT support yet, but I'm fuzzy on the mechanics of this. Can the current C# compiler still generate CVM code as an option?
The CVM is default and libjit can be chosen to be used at compile time (of pnet). Now, if cscc can be passed an option to use one or the other, I'm not aware of. One of the compiler people would have to answer that one. Deryk _______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
