From f4a19959579d9150dbeb9e9c8a869202205b465c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 3 Dec 2015 02:56:20 -0500 Subject: [PATCH] Added TODO's --- gc-notes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gc-notes.txt b/gc-notes.txt index 4009b2fb..c34408d0 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -4,6 +4,8 @@ Phase 3 (gc-dev3) - Change from using a Cheney-style copying collector to a naiv Phase 4 (gc-dev4) - Integrating new tracing GC algorithm, added new thread data argument to runtime. Phase 5 (gc-dev5) - Require pthreads library, stand cyclone back up using new GC algorithm. - TODO: -- add_mutation will need to be brought into thread local data +- need to fix memory corruption bugs +- need to cooperate when a mutator is blocked +- add_mutation will need to be brought into thread local data. +- probably exceptions too. anything else?