From 24385ad1442db372ae7981d6bac61631cee40c3b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 30 Nov 2022 15:55:32 -0500 Subject: [PATCH] Update Garbage-Collector-Revised-2022.md --- docs/Garbage-Collector-Revised-2022.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Garbage-Collector-Revised-2022.md b/docs/Garbage-Collector-Revised-2022.md index af7f80f3..6780cacb 100644 --- a/docs/Garbage-Collector-Revised-2022.md +++ b/docs/Garbage-Collector-Revised-2022.md @@ -26,7 +26,9 @@ # Introduction -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: