From 8c5b92312f9e7bc2fff7b547a03805d9bf47d26e Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 16 May 2026 01:24:16 -0700 Subject: word labels are now stored as offsets also, the various address spaces in use are described better, and there's helper functions to convert between them. Force-Push: yes Change-Id: Idb56d2b6299d6e7071c9d42b2eb1138b17b85c69 --- execution.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'execution.e') diff --git a/execution.e b/execution.e index 8410678..bd27f7e 100644 --- a/execution.e +++ b/execution.e @@ -481,7 +481,7 @@ current-offset L!' warm-start ~ TODO this is tied to the specific example in evoke - over L@' happy-path swap - L@' origin + pack64 + L@' happy-path L@' origin + pack64 ~ Before handing off to us, cold-start pushed a single value onto the ~ stack, a pointer to the beginning of the heap. Now, we load our entire -- cgit 1.4.1