From 80011a7059303d878d31a2eeb1c6ca9895ece2bd Mon Sep 17 00:00:00 2001 From: Drahflow Date: Sat, 1 Mar 2014 23:06:23 +0100 Subject: Dynamically-scoped variables --- notes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'notes') 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 = -- cgit v1.2.3