mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Added a note about beta expansion
This commit is contained in:
parent
6a57b69517
commit
ca51deade8
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +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.
|
||||||
|
|
||||||
## 0.8 - May 30, 2018
|
## 0.8 - May 30, 2018
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue