mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added TODO
This commit is contained in:
parent
459e9a97b0
commit
7607b86432
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ Features
|
|||
- Faster compilation of large files.
|
||||
- Do not inline `member` or `assoc` to avoid looping over the same list multiple times.
|
||||
|
||||
TODO: do not perform beta expansion of large source files (need to investigate this more, this is just an interum solution)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Do not inline primitive calls when arguments to the call are mutated in the function body or mutated elsewhere via `set!`.
|
||||
|
|
Loading…
Add table
Reference in a new issue