mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
cbcde1e0b1
commit
f12094cae1
1 changed files with 6 additions and 4 deletions
10
TODO
10
TODO
|
@ -1,5 +1,11 @@
|
|||
Working TODO list:
|
||||
|
||||
- Reduction in size of generated code
|
||||
is there anything we can do?
|
||||
are closures being packed/unpacked unnecessarily?
|
||||
|
||||
right now, bundling this with below and attempting to optimize CPS conversion process to generate less code
|
||||
|
||||
- Compiler efficiency
|
||||
|
||||
Is there a more efficient way to CPS convert expressions? for example, can these primitive applications be inlined, instead of creating wrapping lambdas?
|
||||
|
@ -23,10 +29,6 @@ Working TODO list:
|
|||
|
||||
- Add unit tests for exception handlers, and new constructs added to lib
|
||||
|
||||
- Reduction in size of generated code
|
||||
is there anything we can do?
|
||||
are closures being packed/unpacked unnecessarily?
|
||||
|
||||
- Issues with detecting cycles:
|
||||
- (equal?) loops forever when comparing two different circular lists
|
||||
- printing *global-environment* in the repl still loops forever
|
||||
|
|
Loading…
Add table
Reference in a new issue