diff --git a/CHANGELOG.md b/CHANGELOG.md index ae00df9a..f334ed32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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