Added TODO - vector GC

This commit is contained in:
Justin Ethier 2015-06-04 23:14:12 -04:00
parent 016dfa455f
commit 67e5da51a4

1
TODO
View file

@ -15,6 +15,7 @@ Working TODO list:
- make-vector should have an optional 'fill' arg in compiled code
note allocation functions can be functions instead of macros if they accept a
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
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port