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-18 02:05:04 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-18 02:05:04 +0400
commitd0816bbaf5735af5462c36dbb0fc299ed97ba81e (patch)
treeea0550fb4251c9f4a5e11d358a02818d3aebdd53 /web/runtime
parent572b58562348e0e5f35426df3bf01a015e5d15b1 (diff)
Flush
svn path=/trunk/mono/; revision=204
Diffstat (limited to 'web/runtime')
-rw-r--r--web/runtime10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/runtime b/web/runtime
index e860dd917de..2d9dec9d25a 100644
--- a/web/runtime
+++ b/web/runtime
@@ -96,7 +96,15 @@
* Garbage collection list and FAQ:<br>
<a href="http://www.iecc.com/gclist/">http://www.iecc.com/gclist/</a>
- * The Microsoft .NET Garbage Collection Implementation:<br>
+ * "GC points in a Threaded Environment":<br>
+ <a href="http://research.sun.com/techrep/1998/abstract-70.html">
+ http://research.sun.com/techrep/1998/abstract-70.html</a>
+
+ * "A Generational Mostly-concurrent Garbage Collector":
+ <a href="http://http://research.sun.com/techrep/2000/abstract-88.html">
+ http://http://research.sun.com/techrep/2000/abstract-88.html</a>
+
+ * Details on The Microsoft .NET Garbage Collection Implementation:<br>
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmag00/html/GCI.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmag00/html/GCI.asp</a>
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmag00/html/GCI.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmag00/html/GCI.asp</a>
</ul>