about summary refs log tree commit diff stats
path: root/html/302stack_allocate.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-17 18:24:38 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-17 18:24:38 -0800
commitde8a15e9f0070a445c9627da4da22f4fc37782de (patch)
treec417a3d2817ace8417457c3ad19d1e562001447f /html/302stack_allocate.subx.html
parent1696ed831a99585c22701953790c5c8e4ef7f8f3 (diff)
downloadmu-de8a15e9f0070a445c9627da4da22f4fc37782de.tar.gz
7262
Diffstat (limited to 'html/302stack_allocate.subx.html')
-rw-r--r--html/302stack_allocate.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/302stack_allocate.subx.html b/html/302stack_allocate.subx.html
index a435adda..171eeafc 100644
--- a/html/302stack_allocate.subx.html
+++ b/html/302stack_allocate.subx.html
@@ -56,8 +56,8 @@ if ('onhashchange' in window) {
 <a href='https://github.com/akkartik/mu/blob/master/302stack_allocate.subx'>https://github.com/akkartik/mu/blob/master/302stack_allocate.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># A function which pushes n zeros on the stack.</span>
-<span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Not really useful to call manually.</span>
-<span id="L3" class="LineNr"> 3 </span><span class="subxComment"># The Mu compiler uses it when defining arrays on the stack.</span>
+<span id="L2" class="LineNr"> 2 </span><span class="subxComment"># Really only intended to be called from code generated by mu.subx (for array</span>
+<span id="L3" class="LineNr"> 3 </span><span class="subxComment"># vars on the stack).</span>
 <span id="L4" class="LineNr"> 4 </span>
 <span id="L5" class="LineNr"> 5 </span>== code
 <span id="L6" class="LineNr"> 6 </span>