about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-09 09:07:41 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-09 09:07:41 -0800
commitfb26bd2141b18af2419463ab1743dbce1abb6fd0 (patch)
tree2b3805b6c26f5634dc6fa68e2e7a5e8db691a3f9 /apps/mu.subx
parent3a74e0e646c26e5f73478815b32b4e7ce12d4a06 (diff)
downloadmu-fb26bd2141b18af2419463ab1743dbce1abb6fd0.tar.gz
5731
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 7082a5e6..1be6858f 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -101,17 +101,6 @@
 # isn't shadowed by a different one. That may be worth a separate data
 # structure but for now repeatedly scanning the var stack should suffice.
 
-# == Book-keeping while emitting code for a single statement
-# Immutable data:
-#   function info
-#
-# Mutable data:
-#   stack: variables currently in scope
-#     block id
-#     type
-#     ebp offset for function | register id
-#   dict: register -> var
-
 # == Compiling a single instruction
 # Determine the function or primitive being called.
 #   If no matches, show all functions/primitives with the same name, along