aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2014-03-01 23:06:23 +0100
committerDrahflow <drahflow@gmx.de>2014-03-01 23:06:23 +0100
commit80011a7059303d878d31a2eeb1c6ca9895ece2bd (patch)
tree39bdee2b8c7711b48294ebef5f0644ca5a23264c /notes
parentf6b526efbdcd0c4cbaf361d8ec1159a4808b9c88 (diff)
Dynamically-scoped variables
Diffstat (limited to 'notes')
-rw-r--r--notes5
1 files changed, 5 insertions, 0 deletions
diff --git a/notes b/notes
index 1d0c2a6..f151b04 100644
--- a/notes
+++ b/notes
@@ -131,6 +131,11 @@ bottom of stack marker
0000000000000000000000000000000000000000000000000000000000000100
error data marker (only for external debugging)
+0000000000000000000000000000000000000000000000000000000000000101
+dynamic variable binding marker (call stack only)
+next two cells (upwards into the stack)
+* reference to dynamic variable object
+* reference to current value
= Memory Management =