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-10 01:59:29 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-10 01:59:29 +0400
commitdd9ff4ef687a3d083a2166842cd581c609673138 (patch)
tree6c0425ca7a754a696162d186d465e548c9e5f818 /doc/runtime
parent2943ad1c68a8aaf7e479f945a96dbaacaf1d8ab1 (diff)
Add more questions
svn path=/trunk/mono/; revision=80
Diffstat (limited to 'doc/runtime')
-rw-r--r--doc/runtime8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/runtime b/doc/runtime
index e1c4cd52c88..e7dce3eb13d 100644
--- a/doc/runtime
+++ b/doc/runtime
@@ -55,20 +55,20 @@
<ul>
- * On compilation of stack-based languages:
+ * On compilation of stack-based languages:<br>
<a href="http://www.complang.tuwien.ac.at/projects/rafts.html">
http://www.complang.tuwien.ac.at/projects/rafts.html</a>
- * A paper on fast JIT compilation of a stack-based language:
+ * A paper on fast JIT compilation of a stack-based language:<br>
<a href="http://www.research.microsoft.com/~cwfraser/pldi99codegen.pdf">
http://www.research.microsoft.com/~cwfraser/pldi99codegen.pdf</a>
* Vmgen generates much of the code for efficient virtual machine (VM)
- interpreters from simple descriptions of the VM instructions:
+ interpreters from simple descriptions of the VM instructions:<br>
<a href="http://www.complang.tuwien.ac.at/anton/vmgen/">
http://www.complang.tuwien.ac.at/anton/vmgen</a>
- * Garbage collection list and FAQ:
+ * Garbage collection list and FAQ:<br>
<a href="http://www.iecc.com/gclist/">http://www.iecc.com/gclist/</a>
</ul>