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-14 22:27:50 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-14 22:27:50 +0400
commitbe0f108da030ad13659e583b81b9216551533c93 (patch)
treeceec111b87dd1670782fe6e1eb529a1195f40ece /doc/runtime
parent13b5cdf600e46c722cc33e3a890db365da39dba6 (diff)
Flushety
svn path=/trunk/mono/; revision=129
Diffstat (limited to 'doc/runtime')
-rw-r--r--doc/runtime9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/runtime b/doc/runtime
index cf323d27eb2..052b46d4c7f 100644
--- a/doc/runtime
+++ b/doc/runtime
@@ -1,4 +1,4 @@
-* The MonoNet runtime
+ The MonoNet runtime
The MonoNet runtime will implement the JIT engine (and a byte
code interpreter for quickly porting to new systems), the
@@ -57,11 +57,14 @@
href="http://www.gnu.org/software/lightning/">GNU
Lightning</a>, and <a
href="http://www.eecs.harvard.edu/~nr/toolkit/">NJ Machine
- Toolkit</a>.
+ Toolkit</a>.).
We have not made a decision yet, but we might want to use a
Code Generator Generator for the Common Intermediate Language,
- as that is likely going to allow us to create better code.
+ as that is likely going to allow us to create better code
+ (There are a couple of books that deal with this technique: "A
+ Retargetable C Compiler" and "Advanced Compiler Design and
+ Implementation").
** Garbage Collection