Added a TODO

This commit is contained in:
Justin Ethier 2018-07-25 18:23:07 -04:00
parent bc765f6615
commit 46e2f38029

View file

@ -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.