X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=web%2Fstatus;h=64948ba312ff61f762db9591ad365ca104a0c353;hb=181aa014e39c8b0a92f524b52b64b9b24429fcfa;hp=28bf3ba93bd2aac0d52a98838677f04321479006;hpb=78c33903018fb6c3693c4f94c8b481e2a0f3b808;p=mono.git diff --git a/web/status b/web/status index 28bf3ba93bd..64948ba312f 100644 --- a/web/status +++ b/web/status @@ -8,22 +8,24 @@ few features are still missing (for a list, check the C# compiler web page. + * The Mono JIT engine (mono. The JIT engine is + the real + virtual machine that we support. It is + currently functional, and we are improving its speed, + and making it feature complete. + * A CIL bytecode interpreter (mint). This currently can be used to run most .NET programs (modulo the fact that our class libraries are not complete enough). mint can currently run the Mono C# compiler and - the compiler generates valid code. + the compiler generates valid code. We use mint as a reference implementation of the runtime environment and to quickly support non-Intel platforms. - * The Mono JIT engine. The JIT engine is the real - virtual machine that we will be supporting. It is - approaching maturity rapidly. - * Metadata library: Can currently parse and load information from .NET modules (executables and DLL files).