mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
New release
This commit is contained in:
parent
be8cc4fddc
commit
317a3cc984
1 changed files with 15 additions and 0 deletions
15
_posts/2017-08-03-Released-Cyclone-Scheme-0.5.4.md
Normal file
15
_posts/2017-08-03-Released-Cyclone-Scheme-0.5.4.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.5.4
|
||||
excerpt: This release allows `icyc` to specify additional library import directories and also includes minor performance improvements.
|
||||
---
|
||||
|
||||
Features
|
||||
|
||||
- Allow the `-A` and `-I` options to `icyc` for specifying additional library import directories.
|
||||
- Perform constant folding as part of the CPS optimization phase.
|
||||
- Statically allocate closures that do not contain any free variables, to avoid unnecessary heap allocations.
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Updated `string->number` to return `#f` for all bases when the conversion fails. Previously bases other than ten would return `0` instead.
|
Loading…
Add table
Reference in a new issue