Added a note about (emit*)

This commit is contained in:
Justin Ethier 2015-05-21 01:23:17 -04:00
parent e93ee2986f
commit 28f7085c37

4
TODO
View file

@ -4,6 +4,10 @@ Working TODO list:
- seems to be working! next step is to get parser, eval, and icyc (in that order) to work with libs - seems to be working! next step is to get parser, eval, and icyc (in that order) to work with libs
- In cgen, start using (emit*) instead of (string-append).
There is no reason to allocate a bunch of strings if they are
just going to be deallocated after printing
- Reduction in size of generated code - Reduction in size of generated code
is there anything we can do? is there anything we can do?
are closures being packed/unpacked unnecessarily? are closures being packed/unpacked unnecessarily?