From 79e3279b85bdce9b67cccd10b3138d9ddd9ca010 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 27 Jul 2017 11:44:53 +0000 Subject: [PATCH] Issue #207 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08d6532..1145a062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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. Bug Fixes