From 804fcf950d6f5745c2cf3574715fdeb32e75af44 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 20 May 2016 21:04:09 -0400 Subject: [PATCH] Added notes --- test-opt.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test-opt.scm b/test-opt.scm index 26d2f919..c2dc4e29 100644 --- a/test-opt.scm +++ b/test-opt.scm @@ -1,5 +1,11 @@ ;; A temporary test file +;; Notes: +;;Need to be careful about which lambda's we optimize, and ultimately remove +;;paramters from. As a start, we could try to just optimize cases where +;;there is an application of an anonymous lambda. those should be safe +;;to change? + (import (scheme base) (scheme write)) (let ((x 1))