From 55d561fe98cada66b19120d8226d2493818f903b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 11 Jan 2019 15:59:48 -0500 Subject: [PATCH] New fixes for 0.9.7 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85ba998..4855d37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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