mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Added TODO's
This commit is contained in:
parent
ea6167b90b
commit
f4a1995957
1 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,8 @@ Phase 3 (gc-dev3) - Change from using a Cheney-style copying collector to a naiv
|
||||||
Phase 4 (gc-dev4) - Integrating new tracing GC algorithm, added new thread data argument to runtime.
|
Phase 4 (gc-dev4) - Integrating new tracing GC algorithm, added new thread data argument to runtime.
|
||||||
Phase 5 (gc-dev5) - Require pthreads library, stand cyclone back up using new GC algorithm.
|
Phase 5 (gc-dev5) - Require pthreads library, stand cyclone back up using new GC algorithm.
|
||||||
|
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- add_mutation will need to be brought into thread local data
|
- need to fix memory corruption bugs
|
||||||
|
- need to cooperate when a mutator is blocked
|
||||||
|
- add_mutation will need to be brought into thread local data.
|
||||||
|
- probably exceptions too. anything else?
|
||||||
|
|
Loading…
Add table
Reference in a new issue