From 179e223dfaff3be753dca890c5b33a72347d8434 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 31 Jul 2017 13:35:36 +0000 Subject: [PATCH] Revised --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47321ab5..f4f01324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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