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-06-22 03:32:19 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-22 03:32:19 +0400
commit4198d71a3f990359a462d2484516b398221ad925 (patch)
treec08aa18d14fb0fe373b7d228c8a62205e802edd6 /doc/runtime
parent28074f5a047cc79378cfee0a1960aa2ea960cd5f (diff)
Mention tracing garbage collector
svn path=/trunk/mono/; revision=22
Diffstat (limited to 'doc/runtime')
-rw-r--r--doc/runtime9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/runtime b/doc/runtime
index 877d3435e51..48831b82392 100644
--- a/doc/runtime
+++ b/doc/runtime
@@ -49,10 +49,11 @@
** Garbage Collection
- We have decided to implement a tracing garbage collector,
- which is very similar to the one being used by .NET. For an
- introduction to the garbage collection system used by
- Microsoft's CLR implementation, you can read this book on <a
+ We have decided to implement a generational tracing garbage
+ collector, which is very similar to the one being used by
+ .NET. For an introduction to the garbage collection system
+ used by Microsoft's CLR implementation, you can read this book
+ on <a
href="http://www.amazon.com/exec/obidos/ASIN/0471941484/o/qid=992556433/sr=2-1/ref=aps_sr_b_1_1/103-5866388-0492603">Garbage
Collection.</a>