mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 21:47:33 +02:00
Added a note about let/local-var reductions
This commit is contained in:
parent
729c0d4025
commit
09f2f0412d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ Features (notes)
|
|||
- improve inlining of primitives that work with immutable objects.
|
||||
- EXPERIMENTAL - Added a new feature `program` to `cond-expand` that is only defined when compiling a program. TODO: what about icyc?
|
||||
|
||||
- eliminate functions that are only used to define local variables
|
||||
|
||||
TODO: make sure to add local-var-redux.scm to cyclone-bootstrap! this has not been done yet!!
|
||||
may be in a better place now, but consider renaming with a 'opt-' prefix. that way we can organize everything better once there are more of these. also it looks like there are at least 2 .scm test files in the same directory that can be removed.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue