Re: Has the CVM interprerter code been rolled into libjit?
"Deryk Robosson" <[email protected]> Sun, 17 Dec 2006 10:42:20 +0800
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
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