Added GC TODO's

This commit is contained in:
Justin Ethier 2015-07-03 23:29:13 -04:00
parent 6c40a29d5d
commit 9d16dc9426

6
TODO
View file

@ -13,11 +13,13 @@ Working TODO list:
- Constructs require for self-hosting
- modify main cyclone.scm program to compile
1) Need to add support:
Error: Unbound variable(s): (command-line-arguments string-ref)
2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting
- GC improvements
- is dhalloc limit good enough?
- should expand size of heap if there is not enough room to fit all the "kept" objects
- eval
there is no concept of macro expansion, probably other deficiencies as well
almost certainly will break when running the self-hosted compiler...