diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-27 20:49:03 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-27 20:49:03 -0700 |
commit | cd9bb850caeca88747a25436fc65c67c6d5cd89a (patch) | |
tree | 34ea30beb19b5fafe855b951b9468d2a9e915492 /html/044space_surround.cc.html | |
parent | e947da75bd926da6d533fd73b352c16c8417b3f6 (diff) | |
download | mu-cd9bb850caeca88747a25436fc65c67c6d5cd89a.tar.gz |
3266
Diffstat (limited to 'html/044space_surround.cc.html')
-rw-r--r-- | html/044space_surround.cc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/044space_surround.cc.html b/html/044space_surround.cc.html index 3c564c0b..66db51b3 100644 --- a/html/044space_surround.cc.html +++ b/html/044space_surround.cc.html @@ -55,11 +55,11 @@ def main [ ] def dummy [ <span class="Comment"># just for the /names: property above</span> ] -<span class="Comment"># chain space: 10 + /*skip refcount*/1 + /*skip length*/1</span> +<span class="Comment"># chain space: 10 + (refcount and length) 2</span> <span class="traceContains">+mem: storing 20 in location 12</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 32 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 33 in location 23</span> <span class="Delimiter">:(before "End Checks For Reclaiming Locals")</span> |