From 7607b864329405980384a60fff561776d7c10a57 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 18 Jan 2019 12:27:02 -0500 Subject: [PATCH] Added TODO --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4855d37f..f5fd7b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Features - Faster compilation of large files. - Do not inline `member` or `assoc` to avoid looping over the same list multiple times. +TODO: do not perform beta expansion of large source files (need to investigate this more, this is just an interum solution) + Bug Fixes - Do not inline primitive calls when arguments to the call are mutated in the function body or mutated elsewhere via `set!`.