This commit is contained in:
Justin Ethier 2017-07-27 19:08:41 -04:00
parent b8ed7225c0
commit f8ddd4909a

View file

@ -6,6 +6,7 @@ Features
- Allow the `-A` and `-I` options to `icyc`, for specifying additional library import directories.
- Perform constant folding as part of the CPS optimization phase.
- Avoid heap allocations by statically allocating closures that do not contain any free variables.
Bug Fixes