From 18a76df2acae15844a25e169009cccfe3673e0f8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 17 Jan 2016 00:13:53 -0500 Subject: [PATCH] Added TODO wrt examples --- gc-notes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gc-notes.txt b/gc-notes.txt index 1c874348..204ab669 100644 --- a/gc-notes.txt +++ b/gc-notes.txt @@ -7,7 +7,10 @@ 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 +- examples + many writes seems ok + producer/consumer has an intermittent ABORT error, seems like something with realloc. + need to run through GDB and figure out which realloc is having trouble. - will probably need to lock shared resources such as I/O... Yes, anything global needs to be considered. These will certainly need to change: