Added TODO wrt examples

This commit is contained in:
Justin Ethier 2016-01-17 00:13:53 -05:00
parent 40bcf2d5dc
commit 18a76df2ac

View file

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