From 71a551dd1db5e50bf94bd6b0ceb965c2e6c58718 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:14:29 -0500 Subject: [PATCH] Added TODO --- gc-notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gc-notes.txt b/gc-notes.txt index 3d628670..1c874348 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -7,6 +7,7 @@ Phase 6 (gc-dev6) - Multiple mutators (application threads) Phase 7 (TBD) - Sharing of variables between threads (ideally without limitation, but that might not be realistic) TODO: +- address ALL issues with the many-writes.scm example file - will probably need to lock shared resources such as I/O... Yes, anything global needs to be considered. These will certainly need to change: