New fixes for 0.9.7

This commit is contained in:
Justin Ethier 2019-01-11 15:59:48 -05:00
parent 95e0b4da75
commit 55d561fe98

View file

@ -6,9 +6,11 @@ Features
- Faster version of `list?`.
- Faster compilation of large files.
- Do not inline `member` or `assoc` to avoid looping over the same list multiple times.
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.
## 0.9.6 - December 9, 2018