mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
New fixes for 0.9.7
This commit is contained in:
parent
95e0b4da75
commit
55d561fe98
1 changed files with 2 additions and 0 deletions
|
@ -6,9 +6,11 @@ Features
|
||||||
|
|
||||||
- Faster version of `list?`.
|
- Faster version of `list?`.
|
||||||
- Faster compilation of large files.
|
- Faster compilation of large files.
|
||||||
|
- Do not inline `member` or `assoc` to avoid looping over the same list multiple times.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
|
- Do not inline primitive calls when arguments to the call are mutated in the function body or mutated elsewhere via `set!`.
|
||||||
- Modified generated code for `(inline)` functions to eliminate the possibility of out-of-order execution.
|
- Modified generated code for `(inline)` functions to eliminate the possibility of out-of-order execution.
|
||||||
|
|
||||||
## 0.9.6 - December 9, 2018
|
## 0.9.6 - December 9, 2018
|
||||||
|
|
Loading…
Add table
Reference in a new issue