From cd9bb850caeca88747a25436fc65c67c6d5cd89a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 Aug 2016 20:49:03 -0700 Subject: 3266 --- html/044space_surround.cc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/044space_surround.cc.html') 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 [ # just for the /names: property above ] -# chain space: 10 + /*skip refcount*/1 + /*skip length*/1 +# chain space: 10 + (refcount and length) 2 +mem: storing 20 in location 12 -# store to default space: 10 + /*skip refcount*/1 + /*skip length*/1 + /*index*/1 +# store to default space: 10 + (skip refcount and length) 2 + (index) 1 +mem: storing 32 in location 13 -# store to chained space: /*contents of location 12*/20 + /*skip refcount*/1 + /*skip length*/1 + /*index*/1 +# store to chained space: (contents of location 12) 20 + (refcount and length) 2 + (index) 1 +mem: storing 33 in location 23 :(before "End Checks For Reclaiming Locals") -- cgit 1.4.1-2-gfad0