From a4ef5b20b6fb84a36517c1028b5cc87c3c14b68b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 7 Jun 2021 13:28:35 -0400 Subject: [PATCH] Added a note about more efficient closure calls --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9972cf29..9db258c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Features - Improve performance of runtime by more efficiently unboxing known fixnums. +- Improve performance of compiled code slightly by using more efficient closure calls when possible. - Add support for R7RS `#d` decimal specifier for numbers. Bug Fixes