mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added 0.5.1 features section
This commit is contained in:
parent
48ee3708d5
commit
bd3b662bb9
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
## 0.5.1 - TBD
|
||||
|
||||
Features
|
||||
|
||||
- Allow `define-c` function definitions to optionally provide an additional non-CPS form of the function. This form is typically more efficient and will be used by compiled code whenever possible.
|
||||
|
||||
- Improved the compiler's CPS optimization phase to eliminate certain unnecessary function calls. This leads to a performance increase of about 5% when running ecraven's R7RS benchmark suite.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Prevent potential memory corruption when working with large vectors that cannot be allocated on the stack.
|
||||
|
||||
## 0.5 - April 14, 2017
|
||||
|
|
Loading…
Add table
Reference in a new issue