From b1a301e373d0011553772dc80875dca31e00f706 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Jun 2018 19:24:24 -0400 Subject: [PATCH] Refine TODO --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e53627a..c4f280dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ 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... ## 0.8 - May 30, 2018