Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-12-18 21:54:17 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-12-18 21:54:17 +0300
commit613137c6d5d05d4535cba0c5e29f081411d8647c (patch)
tree71c0e08a1e4cff5928bdd3cf7944c0b5f77d805e /doc/status
parent351c01c26eb4ec8322b1fc6eb3f71f7d3428442e (diff)
Flush
svn path=/trunk/mono/; revision=1633
Diffstat (limited to 'doc/status')
-rw-r--r--doc/status11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/status b/doc/status
index 28bf3ba93bd..5455a153520 100644
--- a/doc/status
+++ b/doc/status
@@ -8,22 +8,23 @@
few features are still missing (for a list, check the
<a href="c-sharp.html">C# compiler</a> web page.
+ * The Mono JIT engine. The JIT engine is the real
+ virtual machine that we will be supporting. It is
+ functionaly currently, and we are improving its speed,
+ and making it feature complete.
+
* A CIL bytecode interpreter (<b>mint</b>). This
currently can be used to run most .NET programs
(modulo the fact that our class libraries are not
complete enough).
<b>mint</b> can currently run the Mono C# compiler and
- the compiler generates valid code.
+ the compiler generates valid code.
We use <b>mint</b> 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).