Mention tracing garbage collector
authorMiguel de Icaza <miguel@gnome.org>
Thu, 21 Jun 2001 23:32:19 +0000 (23:32 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 21 Jun 2001 23:32:19 +0000 (23:32 -0000)
svn path=/trunk/mono/; revision=22

doc/runtime
web/runtime

index 877d3435e5197c37a337204f83f072b1b807bfbb..48831b82392b0c4589f635a4f427be289fa0f04d 100644 (file)
 
 ** 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>
 
index 877d3435e5197c37a337204f83f072b1b807bfbb..48831b82392b0c4589f635a4f427be289fa0f04d 100644 (file)
 
 ** 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>