mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Stage next release
This commit is contained in:
parent
e5b87f3a72
commit
cbb12b731c
1 changed files with 15 additions and 0 deletions
15
_posts/2019-04-16-Released-Cyclone-Scheme-0.11.bak
Normal file
15
_posts/2019-04-16-Released-Cyclone-Scheme-0.11.bak
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: post
|
||||
title: Released Cyclone Scheme 0.11
|
||||
excerpt: This release includes updated build instructions for Mac as well as continued improvements to compiler performance and code validation.
|
||||
---
|
||||
|
||||
Features
|
||||
|
||||
- During compilation validate the number of arguments passed to locally-defined functions.
|
||||
- Improve performance of compiled code a bit by inlining code that tracks call history instead of using a dedicated function in the runtime.
|
||||
- Updated build instructions for Mac, thanks Adam Feuer!
|
||||
|
||||
Bug Fixes
|
||||
|
||||
- Allow `exit` to return an integer value as the return code to the OS.
|
Loading…
Add table
Reference in a new issue