From 46e2f380296ff86db8d1f5aad01ee840c6d0cb91 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 25 Jul 2018 18:23:07 -0400 Subject: [PATCH] Added a TODO --- docs/Garbage-Collector-Lazy-Sweeping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Garbage-Collector-Lazy-Sweeping.md b/docs/Garbage-Collector-Lazy-Sweeping.md index eef13573..6c505fa7 100644 --- a/docs/Garbage-Collector-Lazy-Sweeping.md +++ b/docs/Garbage-Collector-Lazy-Sweeping.md @@ -61,7 +61,7 @@ After a major GC is completed the collector thread swaps the values of the black The current set of colors is insufficient for lazy sweeping because parts of the heap may not be swept during a collection cycle. -(an example might help here) +(TODO: an example might help here) Thus an object that is really garbage could accidentally be assigned the black color.