summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5f1d82f..e12d98e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
# Intermediate code generation
-- Traverse the AST and generate IR.
+- Calculate maximum number of arguments that a function can have. Put procedure
+ arguments onto the stack, above the stack pointer. Should the offsets be
+ calculated during IR generation or target code generation?
# ELF generation