about summary refs log tree commit diff stats
path: root/html/046global.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/046global.cc.html')
-rw-r--r--html/046global.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/046global.cc.html b/html/046global.cc.html
index c84b909b..1d68aa01 100644
--- a/html/046global.cc.html
+++ b/html/046global.cc.html
@@ -57,9 +57,9 @@ def main [
   <span class="Constant">1</span>:number<span class="Special"> &lt;- </span>copy <span class="Constant">23</span>
   <span class="Constant">1</span>:number/space:global<span class="Special"> &lt;- </span>copy <span class="Constant">24</span>
 ]
-<span class="Comment"># store to default space: 10 + /*skip refcount*/1 + /*skip length*/1 + /*index*/1</span>
+<span class="Comment"># store to default space: 10 + (skip refcount and length) 2 + (index) 1</span>
 <span class="traceContains">+mem: storing 23 in location 13</span>
-<span class="Comment"># store to chained space: /*contents of location 12*/20 + /*skip refcount*/1 + /*skip length*/1 + /*index*/1</span>
+<span class="Comment"># store to chained space: (contents of location 12) 20 + (refcount and length) 2 + (index) 1</span>
 <span class="traceContains">+mem: storing 24 in location 23</span>
 
 <span class="Comment">//: to support it, create another special variable called global space</span>