mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Revised
This commit is contained in:
parent
0aa3437143
commit
179e223dfa
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
Features
|
||||
|
||||
- Allow the `-A` and `-I` options to `icyc`, for specifying additional library import directories.
|
||||
- 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.
|
||||
- Statically allocate closures that do not contain any free variables, to avoid unnecessary heap allocations.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue