From 5caa43bb8a8d889829222e8940fb3695baa9c9b4 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 15 Dec 2016 18:32:55 +0000 Subject: [PATCH] Note inlining perormance improvements --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd31d345..d4ac2fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Features: - Added SRFI 113 - sets and bags. +- Improve performance by more aggressively inlining primitives that work with immutable objects, such as the numeric arithmetic and comparison functions. - Allow the reader to recognize `#true` and `#false`. Bug Fixes