Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/Main Memory/Memory Management/Garbage Collector/Static Garbage Collector/
Tracing garbage collection
Search

Tracing garbage collection

Creator
Creator
Seonglae Cho
Created
Created
2020 Nov 9 5:31
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Apr 30 2:13
Refs
Refs
Stop the world GC
Mark & Sweep GC
Reference Counting
Strong and weak references
 
 
 
 
 
Tracing garbage collection
In computer programming, tracing garbage collection is a form of automatic memory management that consists of determining which objects should be deallocated ("garbage collected") by tracing which objects are reachable by a chain of references from certain "root" objects, and considering the rest as "garbage" and collecting them.
Tracing garbage collection
https://en.wikipedia.org/wiki/Tracing_garbage_collection#Stop-the-world_vs._incremental_vs._concurrent
Tracing garbage collection
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/Main Memory/Memory Management/Garbage Collector/Static Garbage Collector/
Tracing garbage collection
Copyright Seonglae Cho