ref: 11b52f88ed01ed74d2ea6035143f35ad973a02de
parent: f529ba311b62096849a41cbed34df3ad4f84c622
author: Lennart Augustsson <lennart@augustsson.net>
date: Mon Feb 5 20:46:19 EST 2024
Update TODO
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
* Have compile return a Stats record of timing etc
* make the runtime system catch ^C and stop execution
-* use pointer stack during GC instead of recursion.
- - Somewhat improved now
* with dictionaries we need two optimizations to get rid of them
- case d of (d1,d2) -> ... (d1,d2) ...
transforms to
--
⑨