mirror of https://github.com/dotnet/runtime
Mention tracing garbage collector
svn path=/trunk/mono/; revision=22
Commit migrated from 4198d71a3f
This commit is contained in:
parent
fca9b9ffeb
commit
3d3513a982
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue