mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Added TODO - vector GC
This commit is contained in:
parent
016dfa455f
commit
67e5da51a4
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -15,6 +15,7 @@ Working TODO list:
|
||||||
- make-vector should have an optional 'fill' arg in compiled code
|
- make-vector should have an optional 'fill' arg in compiled code
|
||||||
note allocation functions can be functions instead of macros if they accept a
|
note allocation functions can be functions instead of macros if they accept a
|
||||||
cont arg so they do not have to return
|
cont arg so they do not have to return
|
||||||
|
- should make GC more efficient, only transport mutated vector index, not the whole vector
|
||||||
- After all this works, make sure to add tests from r7rs to test suite
|
- After all this works, make sure to add tests from r7rs to test suite
|
||||||
|
|
||||||
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
||||||
|
|
Loading…
Add table
Reference in a new issue