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))