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 00:52:14 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-10 00:52:14 +0400
commit2943ad1c68a8aaf7e479f945a96dbaacaf1d8ab1 (patch)
treebb66750ae9cafcd4e0ab9cd211f6491dc7b3869f /web/runtime
parentee93e491012089ac3c4e7fba6d81dea304fa5b00 (diff)
More flush flush
svn path=/trunk/mono/; revision=79
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime23
1 files changed, 23 insertions, 0 deletions
diff --git a/web/runtime b/web/runtime
index 350f46f77ed..e1c4cd52c88 100644
--- a/web/runtime
+++ b/web/runtime
@@ -49,6 +49,29 @@
might need to install the CygWin32 development tools to get a
Unix-like compilation environment.
+** Useful links
+
+ Paolo Molaro found a few interesting links:
+
+ <ul>
+
+ * On compilation of stack-based languages:
+ <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 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:
+ <a href="http://www.complang.tuwien.ac.at/anton/vmgen/">
+ http://www.complang.tuwien.ac.at/anton/vmgen</a>
+
+ * Garbage collection list and FAQ:
+ <a href="http://www.iecc.com/gclist/">http://www.iecc.com/gclist/</a>
+ </ul>
+
** Garbage Collection
We have decided to implement a generational tracing garbage