summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMaoni Stephens <Maoni0@users.noreply.github.com>2018-12-01 12:38:36 -0800
committerGitHub <noreply@github.com>2018-12-01 12:38:36 -0800
commit1d5ba868d0cbeaab5ff3ec795d0562a39d0f7655 (patch)
tree6e2004d3c335fec10228aee11f2f47a80640dbdd /Documentation
parent7c02eefd58aaceac6af9bd353023aa8d0badb6dc (diff)
downloadcoreclr-1d5ba868d0cbeaab5ff3ec795d0562a39d0f7655.tar.gz
coreclr-1d5ba868d0cbeaab5ff3ec795d0562a39d0f7655.tar.bz2
coreclr-1d5ba868d0cbeaab5ff3ec795d0562a39d0f7655.zip
added info about the new .NET memory book (#21326)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/botr/garbage-collection.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/botr/garbage-collection.md b/Documentation/botr/garbage-collection.md
index f10bf0c4a3..a9c955a235 100644
--- a/Documentation/botr/garbage-collection.md
+++ b/Documentation/botr/garbage-collection.md
@@ -2,7 +2,7 @@ Garbage Collection Design
=========================
Author: Maoni Stephens ([@maoni0](https://github.com/maoni0)) - 2015
-Note: See _The Garbage Collection Handbook_ (referenced in the resources section at the end of this document) to learn more about garbage collection topics.
+Note: See _The Garbage Collection Handbook_ to learn more about garbage collection topics in general; for specific knowledge on the CLR GC please refer to the _Pro .NET Memory Management_ book. Both referenced in the resources section at the end of this document.
Component Architecture
======================
@@ -330,3 +330,4 @@ Resources
- [.NET CLR GC Implementation](https://raw.githubusercontent.com/dotnet/coreclr/master/src/gc/gc.cpp)
- [The Garbage Collection Handbook: The Art of Automatic Memory Management](http://www.amazon.com/Garbage-Collection-Handbook-Management-Algorithms/dp/1420082795)
- [Garbage collection (Wikipedia)](http://en.wikipedia.org/wiki/Garbage_collection_(computer_science))
+- [Pro .NET Memory Management](https://prodotnetmemory.com/)