summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-11-24 13:05:11 +0100
committerEugen Wissner <belka@caraus.de>2024-11-26 23:44:25 +0100
commitf7b36cb81d96817d1c69ffe9025b88112de7400c (patch)
treec3846bafd78045b3dfff5c021ed82443868590b3 /TODO
parent0c9799b887e967a55857377dad0d64ad625b47c9 (diff)
downloadelna-f7b36cb81d96817d1c69ffe9025b88112de7400c.tar.gz
Implement the while loop
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index a0ab264..1fa05f5 100644
--- a/TODO
+++ b/TODO
@@ -14,8 +14,6 @@
- Each temporary variable gets a tn register where n is the variable index. If
there more variables the allocation will fail with out of bounds runtime
error. Implement spill over.
-- The allocator puts temporary and local variables into the same registers,
- causing conflicts.
# Language