From d0a5451cf92cad540d8783c7c913a2b971bcf388 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 3 Dec 2015 02:57:15 -0500 Subject: [PATCH] more notes --- gc-notes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gc-notes.txt b/gc-notes.txt index c34408d0..cb92a2cb 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -7,5 +7,7 @@ Phase 5 (gc-dev5) - Require pthreads library, stand cyclone back up using new GC TODO: - need to fix memory corruption bugs - need to cooperate when a mutator is blocked +- need an intelligent scheduling of GC, instead of just constantly running it - add_mutation will need to be brought into thread local data. - probably exceptions too. anything else? +- multiple mutators, and threading functions/types. probably want this on a new branch, when ready