From ad2981168c3a7f2e40c7df3e92e1082cdf0b33b2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 14 Oct 2016 18:40:00 -0400 Subject: [PATCH] Added a note about inlining --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252ece04..264086a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ TODO: SRFI 113 Features: +- Improve performance by inlining numeric arithmetic and comparison operations. - Added support for SRFI 106: a basic socket interface, and SRFI 128: Comparators. - Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`. - Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.