mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Issue #248
This commit is contained in:
parent
867c23b17a
commit
b7e465af17
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue