From 9849ea285b0ef2bfde8071f817da022f37845b42 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 21 Mar 2017 12:20:31 +0000 Subject: [PATCH] Inlining of char comparison functions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2bd744..c33baf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Features - Allow a library to export identifiers that are exported by another library. Previously a library could only export identifiers that it defined directly. - Raise an error if an unknown identifier is found in a library's `export` list. - Aric Belsito removed a hardcoded call to `cyclone` from the Makefile when building `generate-c`. Thanks! +- Allow `cyclone` to inline character comparison functions (`char=?`, etc) when only two arguments are present, for a significant speed improvement. Bug Fixes