mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Added a note about (emit*)
This commit is contained in:
parent
e93ee2986f
commit
28f7085c37
1 changed files with 4 additions and 0 deletions
4
TODO
4
TODO
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue