From 540c5463f6ed928bac7e44a929c657b890368f28 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Aug 2019 16:09:59 -0400 Subject: [PATCH] map/for-each optimization --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569efb5a..b3dc4eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Features - Arthur Maciel added instructions for building Cyclone on FreeBSD. - Added support for delays and promises to `(cyclone concurrent)`. Note functions/macros for both types of objects are prefixed with `shared-` to differentiate them from R7RS definitions from `(scheme lazy)`. - Added platform (linux, bsd, etc) to the list of emitted by `(features)` and to the features recognized by `cond-expand`. -- Optimize compilation of `vector` for five arguments or less. +- Optimize compilation of `vector` for five arguments or less, and compilation of `map` / `for-each` with two list arguments. Bug Fixes