From b7e465af178ff97e15676a6280c1536f8712d864 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 26 Mar 2018 13:08:19 -0400 Subject: [PATCH] Issue #248 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ad467e..8f223dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.7.3 - TBD +Bug Fixes + +- Fixed a CPS optimization issue where multiple copies of the same lambda are introduced during beta expansion, which causes the optimizer to potentially pick up the wrong value when optimizing-out function calls later on. Thanks to @Chant on Github for providing the report and a test program demonstrating the issue. + ## 0.7.2 - February 15, 2018 Features