diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-15 03:27:51 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-15 03:27:51 -0700 |
| commit | efaa8eeb003c3a36af18bf606d0fe524177e5729 (patch) | |
| tree | 3954c1ead0f4a42efaa43926f5845f418f978389 /execution.e | |
| parent | 64d4667d9ffec1f3386400f03e3b781733acd9b3 (diff) | |
now there's a concept of pushing and popping input sources
Force-Push: yes Change-Id: Ib8e8f342b7fa3773071eca36accf060f6c20f3be
Diffstat (limited to 'execution.e')
| -rw-r--r-- | execution.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/execution.e b/execution.e index fb83688..9ddcec6 100644 --- a/execution.e +++ b/execution.e @@ -478,7 +478,7 @@ ~ word-aligned, it's highly likely that it helps performance. (Whether it ~ does is up to Intel's microcode.) 8 packalign - current-offset L' warm-start set-label + current-offset L!' warm-start ~ 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 |