From dfff00b35afb614e300687eb6fceaeaa28f7b9d6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Jun 2018 18:10:57 -0400 Subject: [PATCH] Cleanup --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f280dc..ddc6aa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,7 @@ Features Bug Fixes - Fixed a bug where `current-jiffy` was returning total clock time of the process, which cannot be used to measure time accurately when more than one thread is executing concurrently. -- Allow optimizer to beta expand a wider range of function calls and prevent an infinite loop by beta expanding a recursive function with itself. - - TODO: and now (scheme base) will not build. may need to revert fnc-depth>= back from 5 to 4. - need to build cps-opt module fresh and then rebuild bootstrap with it and retest... +- Allow optimizer to beta expand a wider range of function calls. Also, prevent the possibility of an infinite loop by not beta expanding recursive function calls. ## 0.8 - May 30, 2018