This commit is contained in:
Justin Ethier 2018-06-18 18:10:57 -04:00
parent 3629e7892b
commit dfff00b35a

View file

@ -10,10 +10,7 @@ Features
Bug Fixes 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. - 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. - 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.
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 ## 0.8 - May 30, 2018