Added CPS note

This commit is contained in:
Justin Ethier 2015-04-16 12:52:11 -04:00
parent 388d0c3017
commit 9a370aa532

2
TODO
View file

@ -28,6 +28,8 @@ Working TODO list:
yes, but what can we do when a function is applied to more than just literals? are there still opportunities for optimization?
may need to look through icyc.c for examples
Are there instances where full CPS is not needed, and multiple expressions can be contained within a single lambda?
- Simple idea about local variable elimination:
http://www.pvk.ca/Blog/2012/02/19/fixed-points-and-strike-mandates/