mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Updated 0.11 section
This commit is contained in:
parent
e828f5839d
commit
64c96545c1
1 changed files with 5 additions and 0 deletions
|
@ -4,9 +4,14 @@
|
||||||
|
|
||||||
Features
|
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.
|
- 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!
|
- Updated build instructions for Mac, thanks Adam Feuer!
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
|
||||||
|
- Allow `exit` to return an integer value as the return code to the OS.
|
||||||
|
|
||||||
## 0.10 - March 28, 2019
|
## 0.10 - March 28, 2019
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue