mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Removed finished
This commit is contained in:
parent
a0c758c0b1
commit
1a2f73527c
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ 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)
|
Phase 7 (TBD) - Sharing of variables between threads (ideally without limitation, but that might not be realistic)
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- 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...
|
- will probably need to lock shared resources such as I/O...
|
||||||
Yes, anything global needs to be considered.
|
Yes, anything global needs to be considered.
|
||||||
These will certainly need to change:
|
These will certainly need to change:
|
||||||
|
|
Loading…
Add table
Reference in a new issue