mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Update Garbage-Collector-Revised-2022.md
This commit is contained in:
parent
b50505c5c2
commit
24385ad144
1 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
This paper provides a high-level overview of Cyclone's garbage collector.
|
This paper provides a high-level overview of Cyclone's garbage collector.
|
||||||
|
|
||||||
|
This version extents the original document with subsequent work including lazy sweeping and automatic relocation of shared objects. The combined document gives a much better overview of how the current GC works and is now a good starting point for the corresponding code in Cyclone's runtime. It might also be of interest to anyone wanting to implement - or just peek under the hood of - a (somewhat) modern, real-world GC.
|
||||||
|
|
||||||
The collector has the following requirements:
|
The collector has the following requirements:
|
||||||
|
|
||||||
- Efficiently free allocated memory.
|
- Efficiently free allocated memory.
|
||||||
|
|
Loading…
Add table
Reference in a new issue