aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 43f47d7..9d9f25e 100644
--- a/TODO
+++ b/TODO
@@ -17,3 +17,4 @@ OPTIMIZATIONS:
+ Output one procedure at a time through the backend, would allow us to free
actualized procs immediately instead of keeping them around in memory
+ Simplify IDs to just char arrays, would save on memory
++ Types can just be types, they maybe don't need to be full on AST nodes