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-07-06 05:11:07 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-06 05:11:07 +0400
commit0d8c27127739eb30f9f72d4fbf25ee996e4d9254 (patch)
tree760b2631aaa7c7d6d4b9870e951e951becfeaf97 /web/runtime
parent3d6ecf40664c0e72e250e1628289279c2859b98a (diff)
Work on the web site
svn path=/trunk/mono/; revision=55
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/runtime b/web/runtime
index 5ea5e23b198..a5ed3c45728 100644
--- a/web/runtime
+++ b/web/runtime
@@ -21,6 +21,8 @@
Our roadmap looks like this:
+ <ul>
+
* Milestone 1: Fully read and parse all CIL byte-codes
and metadata tokens (ie, a disassembler).
@@ -37,6 +39,7 @@
* Milestone 6: non-Intel port of the Optimizing JIT
engine.
+ </ul>
A setup similar to the Kaffe JIT engine can be used to
layout the code to support non-IA32 architectures. Our work