mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
more notes
This commit is contained in:
parent
f4a1995957
commit
d0a5451cf9
1 changed files with 2 additions and 0 deletions
|
@ -7,5 +7,7 @@ Phase 5 (gc-dev5) - Require pthreads library, stand cyclone back up using new GC
|
||||||
TODO:
|
TODO:
|
||||||
- need to fix memory corruption bugs
|
- need to fix memory corruption bugs
|
||||||
- need to cooperate when a mutator is blocked
|
- need to cooperate when a mutator is blocked
|
||||||
|
- need an intelligent scheduling of GC, instead of just constantly running it
|
||||||
- add_mutation will need to be brought into thread local data.
|
- add_mutation will need to be brought into thread local data.
|
||||||
- probably exceptions too. anything else?
|
- probably exceptions too. anything else?
|
||||||
|
- multiple mutators, and threading functions/types. probably want this on a new branch, when ready
|
||||||
|
|
Loading…
Add table
Reference in a new issue