mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Building-out 0.9.2 section
This commit is contained in:
parent
dd77c46400
commit
317c6fe2be
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
Features
|
||||
|
||||
- During CPS optimization allow inlining of operations on global variables that are mutated in other top-level functions.
|
||||
- Improved loop detection during CPS optimization phase.
|
||||
- Allow optimizing-out of basic `if` expressions of the form `(if (pred? ...) #t #f)` into `(pred? ...)`.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue