3/11/2025
•
EN
Writing a .NET Garbage Collector in C# - Part 5
Explains how to implement the mark phase of a .NET garbage collector in C# by walking the reference graph using GCDesc structures.