about summary refs log tree commit diff stats
path: root/cpp/.traces/integer-to-decimal-digit-negative
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-30 00:02:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-30 00:03:03 -0700
commit72c4fb2ddacc9fccb8ebe8cba9d1322ddcaac017 (patch)
tree4ffd87e194a3168cab832d296755e74a266a4c61 /cpp/.traces/integer-to-decimal-digit-negative
parent72cccd08c7a3462072b8ae5aea1576f010bf12c0 (diff)
downloadmu-72c4fb2ddacc9fccb8ebe8cba9d1322ddcaac017.tar.gz
1226 - bugfix in allocating arrays
Also our first test of printing to screen.
Diffstat (limited to 'cpp/.traces/integer-to-decimal-digit-negative')
-rw-r--r--cpp/.traces/integer-to-decimal-digit-negative316
1 files changed, 158 insertions, 158 deletions
diff --git a/cpp/.traces/integer-to-decimal-digit-negative b/cpp/.traces/integer-to-decimal-digit-negative
index 39d56dd2..ef47b493 100644
--- a/cpp/.traces/integer-to-decimal-digit-negative
+++ b/cpp/.traces/integer-to-decimal-digit-negative
@@ -58,48 +58,48 @@ run/0: {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer"
 run/0: instruction init-buffer/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
-mem/0: new alloc: 1030
+mem/0: new alloc: 1031
 run/0: instruction init-buffer/1
 run/0: {name: "result", value: 1, type: 2-9, properties: ["result": "address":"buffer"]} <- new {name: "buffer", value: 9, type: 0, properties: ["buffer": "type"]}
-mem/0: new alloc: 1060
-mem/0: storing 1060 in location 1032
+mem/0: new alloc: 1062
+mem/0: storing 1062 in location 1033
 run/0: instruction init-buffer/2
 run/0: {name: "len", value: 2, type: 2-1, properties: ["len": "address":"integer"]} <- get-address {name: "result", value: 1, type: 2-9, properties: ["result": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is result
-mem/0: location 1032 is 1060
+mem/0: location 1033 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1033
+run/0: address to copy is 1062
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1034
 run/0: instruction init-buffer/3
 run/0: {name: "len", value: 2, type: 2-1, properties: ["len": "address":"integer", "deref": ]} <- copy {name: "0", value: 0, type: 0, properties: ["0": "literal"]}
 run/0: ingredient 0 is 0
-mem/0: location 1033 is 1060
-mem/0: storing 0 in location 1060
+mem/0: location 1034 is 1062
+mem/0: storing 0 in location 1062
 run/0: instruction init-buffer/4
 run/0: {name: "s", value: 3, type: 2-2-5-4, properties: ["s": "address":"address":"array":"character"]} <- get-address {name: "result", value: 1, type: 2-9, properties: ["result": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is result
-mem/0: location 1032 is 1060
+mem/0: location 1033 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
-run/0: product 0 is 1061
-mem/0: storing 1061 in location 1034
+run/0: address to copy is 1063
+run/0: product 0 is 1063
+mem/0: storing 1063 in location 1035
 run/0: instruction init-buffer/5
 run/0: {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]} <- next-ingredient 
 run/0: product 0 is 30
-mem/0: storing 30 in location 1035
+mem/0: storing 30 in location 1036
 run/0: instruction init-buffer/6
 run/0: {name: "s", value: 3, type: 2-2-5-4, properties: ["s": "address":"address":"array":"character", "deref": ]} <- new {name: "character", value: 4, type: 0, properties: ["character": "type"]}, {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]}
-mem/0: location 1035 is 30
+mem/0: location 1036 is 30
 mem/0: array size is 30
-mem/0: new alloc: 1062
-mem/0: location 1034 is 1061
-mem/0: storing 1062 in location 1061
+mem/0: new alloc: 1064
+mem/0: location 1035 is 1063
+mem/0: storing 1064 in location 1063
 run/0: instruction init-buffer/7
 run/0: reply {name: "result", value: 1, type: 2-9, properties: ["result": "address":"buffer"]}
-mem/0: location 1032 is 1060
-run/0: result 0 is 1060
-mem/0: storing 1060 in location 1006
+mem/0: location 1033 is 1062
+run/0: result 0 is 1062
+mem/0: storing 1062 in location 1006
 run/0: instruction integer-to-decimal-string/15
 run/0: {name: "digit-base", value: 6, type: 1, properties: ["digit-base": "integer"]} <- copy {name: "48", value: 48, type: 0, properties: ["48": "literal"]}
 run/0: ingredient 0 is 48
@@ -135,122 +135,122 @@ run/0: product 0 is 49
 mem/0: storing 49 in location 1010
 run/0: instruction integer-to-decimal-string/21
 run/0: {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer"]} <- buffer-append {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer"]}, {name: "c", value: 9, type: 4, properties: ["c": "character"]}
-mem/0: location 1006 is 1060
+mem/0: location 1006 is 1062
 mem/0: location 1010 is 49
 run/0: instruction buffer-append/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
-mem/0: new alloc: 1092
+mem/0: new alloc: 1095
 run/0: instruction buffer-append/1
 run/0: {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]} <- next-ingredient 
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1094
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1097
 run/0: instruction buffer-append/2
 run/0: {name: "c", value: 2, type: 4, properties: ["c": "character"]} <- next-ingredient 
 run/0: product 0 is 49
-mem/0: storing 49 in location 1095
+mem/0: storing 49 in location 1098
 run/0: instruction buffer-append/4
 run/0: {name: "full?", value: 3, type: 3, properties: ["full?": "boolean"]} <- buffer-full? {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]}
-mem/0: location 1094 is 1060
+mem/0: location 1097 is 1062
 run/0: instruction buffer-full?/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
-mem/0: new alloc: 1122
+mem/0: new alloc: 1126
 run/0: instruction buffer-full?/1
 run/0: {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]} <- next-ingredient 
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1124
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1128
 run/0: instruction buffer-full?/2
 run/0: {name: "len", value: 2, type: 1, properties: ["len": "integer"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1124 is 1060
+mem/0: location 1128 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
+run/0: address to copy is 1062
 run/0: its type is 1
-mem/0: location 1060 is 0
+mem/0: location 1062 is 0
 run/0: product 0 is 0
-mem/0: storing 0 in location 1125
+mem/0: storing 0 in location 1129
 run/0: instruction buffer-full?/3
 run/0: {name: "s", value: 3, type: 2-5-4, properties: ["s": "address":"array":"character"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1124 is 1060
+mem/0: location 1128 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
+run/0: address to copy is 1063
 run/0: its type is 2
-mem/0: location 1061 is 1062
-run/0: product 0 is 1062
-mem/0: storing 1062 in location 1126
+mem/0: location 1063 is 1064
+run/0: product 0 is 1064
+mem/0: storing 1064 in location 1130
 run/0: instruction buffer-full?/4
 run/0: {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]} <- length {name: "s", value: 3, type: 2-5-4, properties: ["s": "address":"array":"character", "deref": ]}
-mem/0: location 1126 is 1062
-mem/0: storing 30 in location 1127
+mem/0: location 1130 is 1064
+mem/0: storing 30 in location 1131
 run/0: instruction buffer-full?/5
 run/0: {name: "result", value: 5, type: 3, properties: ["result": "boolean"]} <- greater-or-equal {name: "len", value: 2, type: 1, properties: ["len": "integer"]}, {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]}
 run/0: ingredient 0 is len
-mem/0: location 1125 is 0
+mem/0: location 1129 is 0
 run/0: ingredient 1 is capacity
-mem/0: location 1127 is 30
+mem/0: location 1131 is 30
 run/0: product 0 is 0
-mem/0: storing 0 in location 1128
+mem/0: storing 0 in location 1132
 run/0: instruction buffer-full?/6
 run/0: reply {name: "result", value: 5, type: 3, properties: ["result": "boolean"]}
-mem/0: location 1128 is 0
+mem/0: location 1132 is 0
 run/0: result 0 is 0
-mem/0: storing 0 in location 1096
+mem/0: storing 0 in location 1099
 run/0: instruction buffer-append/5
 run/0: break-unless {name: "full?", value: 3, type: 3, properties: ["full?": "boolean"]}, {name: "", value: 1, type: , properties: ["": ]}
-mem/0: location 1096 is 0
+mem/0: location 1099 is 0
 run/0: ingredient 0 is 0
 run/0: ingredient 1 is 
 run/0: jumping to instruction 7
 run/0: instruction buffer-append/8
 run/0: {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer"]} <- get-address {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1094 is 1060
+mem/0: location 1097 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1097
+run/0: address to copy is 1062
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1100
 run/0: instruction buffer-append/9
 run/0: {name: "s", value: 5, type: 2-5-4, properties: ["s": "address":"array":"character"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1094 is 1060
+mem/0: location 1097 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
+run/0: address to copy is 1063
 run/0: its type is 2
-mem/0: location 1061 is 1062
-run/0: product 0 is 1062
-mem/0: storing 1062 in location 1098
+mem/0: location 1063 is 1064
+run/0: product 0 is 1064
+mem/0: storing 1064 in location 1101
 run/0: instruction buffer-append/10
 run/0: {name: "dest", value: 6, type: 2-4, properties: ["dest": "address":"character"]} <- index-address {name: "s", value: 5, type: 2-5-4, properties: ["s": "address":"array":"character", "deref": ]}, {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}
 run/0: ingredient 0 is s
-mem/0: location 1098 is 1062
+mem/0: location 1101 is 1064
 run/0: ingredient 1 is {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}
-mem/0: location 1097 is 1060
-mem/0: location 1060 is 0
-run/0: address to copy is 1063
-run/0: product 0 is 1063
-mem/0: storing 1063 in location 1099
+mem/0: location 1100 is 1062
+mem/0: location 1062 is 0
+run/0: address to copy is 1065
+run/0: product 0 is 1065
+mem/0: storing 1065 in location 1102
 run/0: instruction buffer-append/11
 run/0: {name: "dest", value: 6, type: 2-4, properties: ["dest": "address":"character", "deref": ]} <- copy {name: "c", value: 2, type: 4, properties: ["c": "character"]}
 run/0: ingredient 0 is c
-mem/0: location 1095 is 49
-mem/0: location 1099 is 1063
-mem/0: storing 49 in location 1063
+mem/0: location 1098 is 49
+mem/0: location 1102 is 1065
+mem/0: storing 49 in location 1065
 run/0: instruction buffer-append/12
 run/0: {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]} <- add {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}, {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
 run/0: ingredient 0 is len
-mem/0: location 1097 is 1060
-mem/0: location 1060 is 0
+mem/0: location 1100 is 1062
+mem/0: location 1062 is 0
 run/0: ingredient 1 is 1
 run/0: product 0 is 1
-mem/0: location 1097 is 1060
-mem/0: storing 1 in location 1060
+mem/0: location 1100 is 1062
+mem/0: storing 1 in location 1062
 run/0: instruction buffer-append/13
 run/0: reply {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "same-as-ingredient": "0"]}
-mem/0: location 1094 is 1060
-run/0: result 0 is 1060
-mem/0: storing 1060 in location 1006
+mem/0: location 1097 is 1062
+run/0: result 0 is 1062
+mem/0: storing 1062 in location 1006
 run/0: instruction integer-to-decimal-string/22
 run/0: loop {name: "", value: -6, type: , properties: ["": ]}
 run/0: ingredient 0 is -6
@@ -275,147 +275,147 @@ run/0: ingredient 0 is 1
 run/0: jump-unless fell through
 run/0: instruction integer-to-decimal-string/26
 run/0: {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer"]} <- buffer-append {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer"]}, {name: "45", value: 45, type: 0, properties: ["45": "literal"]}
-mem/0: location 1006 is 1060
+mem/0: location 1006 is 1062
 run/0: instruction buffer-append/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
-mem/0: new alloc: 1152
+mem/0: new alloc: 1157
 run/0: instruction buffer-append/1
 run/0: {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]} <- next-ingredient 
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1154
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1159
 run/0: instruction buffer-append/2
 run/0: {name: "c", value: 2, type: 4, properties: ["c": "character"]} <- next-ingredient 
 run/0: product 0 is 45
-mem/0: storing 45 in location 1155
+mem/0: storing 45 in location 1160
 run/0: instruction buffer-append/4
 run/0: {name: "full?", value: 3, type: 3, properties: ["full?": "boolean"]} <- buffer-full? {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]}
-mem/0: location 1154 is 1060
+mem/0: location 1159 is 1062
 run/0: instruction buffer-full?/0
 run/0: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]} <- new {name: "location", value: 1, type: 0, properties: ["location": "type"]}, {name: "30", value: 30, type: 0, properties: ["30": "literal"]}
 mem/0: array size is 30
-mem/0: new alloc: 1182
+mem/0: new alloc: 1188
 run/0: instruction buffer-full?/1
 run/0: {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer"]} <- next-ingredient 
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1184
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1190
 run/0: instruction buffer-full?/2
 run/0: {name: "len", value: 2, type: 1, properties: ["len": "integer"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1184 is 1060
+mem/0: location 1190 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
+run/0: address to copy is 1062
 run/0: its type is 1
-mem/0: location 1060 is 1
+mem/0: location 1062 is 1
 run/0: product 0 is 1
-mem/0: storing 1 in location 1185
+mem/0: storing 1 in location 1191
 run/0: instruction buffer-full?/3
 run/0: {name: "s", value: 3, type: 2-5-4, properties: ["s": "address":"array":"character"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1184 is 1060
+mem/0: location 1190 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
+run/0: address to copy is 1063
 run/0: its type is 2
-mem/0: location 1061 is 1062
-run/0: product 0 is 1062
-mem/0: storing 1062 in location 1186
+mem/0: location 1063 is 1064
+run/0: product 0 is 1064
+mem/0: storing 1064 in location 1192
 run/0: instruction buffer-full?/4
 run/0: {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]} <- length {name: "s", value: 3, type: 2-5-4, properties: ["s": "address":"array":"character", "deref": ]}
-mem/0: location 1186 is 1062
-mem/0: storing 30 in location 1187
+mem/0: location 1192 is 1064
+mem/0: storing 30 in location 1193
 run/0: instruction buffer-full?/5
 run/0: {name: "result", value: 5, type: 3, properties: ["result": "boolean"]} <- greater-or-equal {name: "len", value: 2, type: 1, properties: ["len": "integer"]}, {name: "capacity", value: 4, type: 1, properties: ["capacity": "integer"]}
 run/0: ingredient 0 is len
-mem/0: location 1185 is 1
+mem/0: location 1191 is 1
 run/0: ingredient 1 is capacity
-mem/0: location 1187 is 30
+mem/0: location 1193 is 30
 run/0: product 0 is 0
-mem/0: storing 0 in location 1188
+mem/0: storing 0 in location 1194
 run/0: instruction buffer-full?/6
 run/0: reply {name: "result", value: 5, type: 3, properties: ["result": "boolean"]}
-mem/0: location 1188 is 0
+mem/0: location 1194 is 0
 run/0: result 0 is 0
-mem/0: storing 0 in location 1156
+mem/0: storing 0 in location 1161
 run/0: instruction buffer-append/5
 run/0: break-unless {name: "full?", value: 3, type: 3, properties: ["full?": "boolean"]}, {name: "", value: 1, type: , properties: ["": ]}
-mem/0: location 1156 is 0
+mem/0: location 1161 is 0
 run/0: ingredient 0 is 0
 run/0: ingredient 1 is 
 run/0: jumping to instruction 7
 run/0: instruction buffer-append/8
 run/0: {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer"]} <- get-address {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1154 is 1060
+mem/0: location 1159 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
-run/0: product 0 is 1060
-mem/0: storing 1060 in location 1157
+run/0: address to copy is 1062
+run/0: product 0 is 1062
+mem/0: storing 1062 in location 1162
 run/0: instruction buffer-append/9
 run/0: {name: "s", value: 5, type: 2-5-4, properties: ["s": "address":"array":"character"]} <- get {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is in
-mem/0: location 1154 is 1060
+mem/0: location 1159 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
+run/0: address to copy is 1063
 run/0: its type is 2
-mem/0: location 1061 is 1062
-run/0: product 0 is 1062
-mem/0: storing 1062 in location 1158
+mem/0: location 1063 is 1064
+run/0: product 0 is 1064
+mem/0: storing 1064 in location 1163
 run/0: instruction buffer-append/10
 run/0: {name: "dest", value: 6, type: 2-4, properties: ["dest": "address":"character"]} <- index-address {name: "s", value: 5, type: 2-5-4, properties: ["s": "address":"array":"character", "deref": ]}, {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}
 run/0: ingredient 0 is s
-mem/0: location 1158 is 1062
+mem/0: location 1163 is 1064
 run/0: ingredient 1 is {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}
-mem/0: location 1157 is 1060
-mem/0: location 1060 is 1
-run/0: address to copy is 1064
-run/0: product 0 is 1064
-mem/0: storing 1064 in location 1159
+mem/0: location 1162 is 1062
+mem/0: location 1062 is 1
+run/0: address to copy is 1066
+run/0: product 0 is 1066
+mem/0: storing 1066 in location 1164
 run/0: instruction buffer-append/11
 run/0: {name: "dest", value: 6, type: 2-4, properties: ["dest": "address":"character", "deref": ]} <- copy {name: "c", value: 2, type: 4, properties: ["c": "character"]}
 run/0: ingredient 0 is c
-mem/0: location 1155 is 45
-mem/0: location 1159 is 1064
-mem/0: storing 45 in location 1064
+mem/0: location 1160 is 45
+mem/0: location 1164 is 1066
+mem/0: storing 45 in location 1066
 run/0: instruction buffer-append/12
 run/0: {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]} <- add {name: "len", value: 4, type: 2-1, properties: ["len": "address":"integer", "deref": ]}, {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
 run/0: ingredient 0 is len
-mem/0: location 1157 is 1060
-mem/0: location 1060 is 1
+mem/0: location 1162 is 1062
+mem/0: location 1062 is 1
 run/0: ingredient 1 is 1
 run/0: product 0 is 2
-mem/0: location 1157 is 1060
-mem/0: storing 2 in location 1060
+mem/0: location 1162 is 1062
+mem/0: storing 2 in location 1062
 run/0: instruction buffer-append/13
 run/0: reply {name: "in", value: 1, type: 2-9, properties: ["in": "address":"buffer", "same-as-ingredient": "0"]}
-mem/0: location 1154 is 1060
-run/0: result 0 is 1060
-mem/0: storing 1060 in location 1006
+mem/0: location 1159 is 1062
+run/0: result 0 is 1062
+mem/0: storing 1062 in location 1006
 run/0: instruction integer-to-decimal-string/28
 run/0: {name: "len", value: 10, type: 1, properties: ["len": "integer"]} <- get {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer", "deref": ]}, {name: "length", value: 0, type: 0, properties: ["length": "offset"]}
 run/0: ingredient 0 is tmp
-mem/0: location 1006 is 1060
+mem/0: location 1006 is 1062
 run/0: ingredient 1 is length
-run/0: address to copy is 1060
+run/0: address to copy is 1062
 run/0: its type is 1
-mem/0: location 1060 is 2
+mem/0: location 1062 is 2
 run/0: product 0 is 2
 mem/0: storing 2 in location 1011
 run/0: instruction integer-to-decimal-string/29
 run/0: {name: "buf", value: 11, type: 2-5-4, properties: ["buf": "address":"array":"character"]} <- get {name: "tmp", value: 5, type: 2-9, properties: ["tmp": "address":"buffer", "deref": ]}, {name: "data", value: 1, type: 0, properties: ["data": "offset"]}
 run/0: ingredient 0 is tmp
-mem/0: location 1006 is 1060
+mem/0: location 1006 is 1062
 run/0: ingredient 1 is data
-run/0: address to copy is 1061
+run/0: address to copy is 1063
 run/0: its type is 2
-mem/0: location 1061 is 1062
-run/0: product 0 is 1062
-mem/0: storing 1062 in location 1012
+mem/0: location 1063 is 1064
+run/0: product 0 is 1064
+mem/0: storing 1064 in location 1012
 run/0: instruction integer-to-decimal-string/30
 run/0: {name: "result", value: 2, type: 2-5-4, properties: ["result": "address":"array":"character"]} <- new {name: "character", value: 4, type: 0, properties: ["character": "type"]}, {name: "len", value: 10, type: 1, properties: ["len": "integer"]}
 mem/0: location 1011 is 2
 mem/0: array size is 2
-mem/0: new alloc: 1212
-mem/0: storing 1212 in location 1003
+mem/0: new alloc: 1219
+mem/0: storing 1219 in location 1003
 run/0: instruction integer-to-decimal-string/31
 run/0: {name: "i", value: 12, type: 1, properties: ["i": "integer"]} <- subtract {name: "len", value: 10, type: 1, properties: ["len": "integer"]}, {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
 run/0: ingredient 0 is len
@@ -442,29 +442,29 @@ run/0: jump-if fell through
 run/0: instruction integer-to-decimal-string/36
 run/0: {name: "src", value: 14, type: 4, properties: ["src": "character"]} <- index {name: "buf", value: 11, type: 2-5-4, properties: ["buf": "address":"array":"character", "deref": ]}, {name: "i", value: 12, type: 1, properties: ["i": "integer"]}
 run/0: ingredient 0 is {name: "buf", value: 11, type: 2-5-4, properties: ["buf": "address":"array":"character", "deref": ]}
-mem/0: location 1012 is 1062
+mem/0: location 1012 is 1064
 run/0: ingredient 1 is {name: "i", value: 12, type: 1, properties: ["i": "integer"]}
 mem/0: location 1013 is 1
-run/0: address to copy is 1064
+run/0: address to copy is 1066
 run/0: its type is 4
-mem/0: location 1064 is 45
+mem/0: location 1066 is 45
 run/0: product 0 is 45
 mem/0: storing 45 in location 1015
 run/0: instruction integer-to-decimal-string/37
 run/0: {name: "dest", value: 15, type: 2-4, properties: ["dest": "address":"character"]} <- index-address {name: "result", value: 2, type: 2-5-4, properties: ["result": "address":"array":"character", "deref": ]}, {name: "j", value: 13, type: 1, properties: ["j": "integer"]}
 run/0: ingredient 0 is result
-mem/0: location 1003 is 1212
+mem/0: location 1003 is 1219
 run/0: ingredient 1 is {name: "j", value: 13, type: 1, properties: ["j": "integer"]}
 mem/0: location 1014 is 0
-run/0: address to copy is 1213
-run/0: product 0 is 1213
-mem/0: storing 1213 in location 1016
+run/0: address to copy is 1220
+run/0: product 0 is 1220
+mem/0: storing 1220 in location 1016
 run/0: instruction integer-to-decimal-string/38
 run/0: {name: "dest", value: 15, type: 2-4, properties: ["dest": "address":"character", "deref": ]} <- copy {name: "src", value: 14, type: 4, properties: ["src": "character"]}
 run/0: ingredient 0 is src
 mem/0: location 1015 is 45
-mem/0: location 1016 is 1213
-mem/0: storing 45 in location 1213
+mem/0: location 1016 is 1220
+mem/0: storing 45 in location 1220
 run/0: instruction integer-to-decimal-string/39
 run/0: {name: "i", value: 12, type: 1, properties: ["i": "integer"]} <- subtract {name: "i", value: 12, type: 1, properties: ["i": "integer"]}, {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
 run/0: ingredient 0 is i
@@ -498,29 +498,29 @@ run/0: jump-if fell through
 run/0: instruction integer-to-decimal-string/36
 run/0: {name: "src", value: 14, type: 4, properties: ["src": "character"]} <- index {name: "buf", value: 11, type: 2-5-4, properties: ["buf": "address":"array":"character", "deref": ]}, {name: "i", value: 12, type: 1, properties: ["i": "integer"]}
 run/0: ingredient 0 is {name: "buf", value: 11, type: 2-5-4, properties: ["buf": "address":"array":"character", "deref": ]}
-mem/0: location 1012 is 1062
+mem/0: location 1012 is 1064
 run/0: ingredient 1 is {name: "i", value: 12, type: 1, properties: ["i": "integer"]}
 mem/0: location 1013 is 0
-run/0: address to copy is 1063
+run/0: address to copy is 1065
 run/0: its type is 4
-mem/0: location 1063 is 49
+mem/0: location 1065 is 49
 run/0: product 0 is 49
 mem/0: storing 49 in location 1015
 run/0: instruction integer-to-decimal-string/37
 run/0: {name: "dest", value: 15, type: 2-4, properties: ["dest": "address":"character"]} <- index-address {name: "result", value: 2, type: 2-5-4, properties: ["result": "address":"array":"character", "deref": ]}, {name: "j", value: 13, type: 1, properties: ["j": "integer"]}
 run/0: ingredient 0 is result
-mem/0: location 1003 is 1212
+mem/0: location 1003 is 1219
 run/0: ingredient 1 is {name: "j", value: 13, type: 1, properties: ["j": "integer"]}
 mem/0: location 1014 is 1
-run/0: address to copy is 1214
-run/0: product 0 is 1214
-mem/0: storing 1214 in location 1016
+run/0: address to copy is 1221
+run/0: product 0 is 1221
+mem/0: storing 1221 in location 1016
 run/0: instruction integer-to-decimal-string/38
 run/0: {name: "dest", value: 15, type: 2-4, properties: ["dest": "address":"character", "deref": ]} <- copy {name: "src", value: 14, type: 4, properties: ["src": "character"]}
 run/0: ingredient 0 is src
 mem/0: location 1015 is 49
-mem/0: location 1016 is 1214
-mem/0: storing 49 in location 1214
+mem/0: location 1016 is 1221
+mem/0: storing 49 in location 1221
 run/0: instruction integer-to-decimal-string/39
 run/0: {name: "i", value: 12, type: 1, properties: ["i": "integer"]} <- subtract {name: "i", value: 12, type: 1, properties: ["i": "integer"]}, {name: "1", value: 1, type: 0, properties: ["1": "literal"]}
 run/0: ingredient 0 is i
@@ -554,16 +554,16 @@ run/0: ingredient 1 is
 run/0: jumping to instruction 42
 run/0: instruction integer-to-decimal-string/43
 run/0: reply {name: "result", value: 2, type: 2-5-4, properties: ["result": "address":"array":"character"]}
-mem/0: location 1003 is 1212
-run/0: result 0 is 1212
-mem/0: storing 1212 in location 1
+mem/0: location 1003 is 1219
+run/0: result 0 is 1219
+mem/0: storing 1219 in location 1
 run/0: instruction test-integer-to-decimal-digit-negative/1
 run/0: {name: "2", value: 2, type: 5-4, properties: ["2": "array":"character", "raw": ]} <- copy {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character", "deref": , "raw": ]}
 run/0: ingredient 0 is 1
-mem/0: location 1 is 1212
-mem/0: location 1212 is 2
-mem/0: location 1213 is 45
-mem/0: location 1214 is 49
+mem/0: location 1 is 1219
+mem/0: location 1219 is 2
+mem/0: location 1220 is 45
+mem/0: location 1221 is 49
 mem/0: storing 2 in location 2
 mem/0: storing 45 in location 3
 mem/0: storing 49 in location 4
previous revision' href='/akkartik/mu/blame/057shape_shifting_container.cc?h=hlt&id=e32a6a02ee6a14cd85c715979503a58b0d661085'>^
e3cb4d09 ^
b1ddb414 ^
e3cb4d09 ^

715806ca ^
e3cb4d09 ^
968866f7 ^
c4e143d6 ^



555d95c1 ^
e3cb4d09 ^



795f5244 ^
e3cb4d09 ^

3965ca03 ^


7a84094a ^
3965ca03 ^
1ead3562 ^
7a84094a ^
3965ca03 ^


75ab8732 ^
3965ca03 ^

75ab8732 ^
3965ca03 ^


75ab8732 ^
3965ca03 ^

f116818c ^
75ab8732 ^
4c569925 ^
3965ca03 ^
4769dd2e ^
29476997 ^

4769dd2e ^
17b90929 ^
a4f12265 ^

7a84094a ^
a4f12265 ^
1ead3562 ^
a4f12265 ^
23d3a022 ^
a4f12265 ^
23d3a022 ^
a4f12265 ^
17b90929 ^
a09697d0 ^

7a84094a ^
a09697d0 ^
1ead3562 ^
a09697d0 ^
23d3a022 ^
a09697d0 ^
23d3a022 ^

a09697d0 ^
17b90929 ^
7637d1ac ^

7a84094a ^
7637d1ac ^
1ead3562 ^
23d3a022 ^


7637d1ac ^
23d3a022 ^

7637d1ac ^
d4dea9bd ^


7a84094a ^
d4dea9bd ^


7a84094a ^
d4dea9bd ^
1ead3562 ^
d4dea9bd ^
23d3a022 ^
d4dea9bd ^
23d3a022 ^
d4dea9bd ^
452086e3 ^




1ead3562 ^
ce9b2b05 ^
23d3a022 ^


452086e3 ^
23d3a022 ^
452086e3 ^
a09697d0 ^
571791ba ^
3f34ac93 ^









































23d3a022 ^

3f34ac93 ^


3377364a ^
a09697d0 ^






af023b32 ^
a09697d0 ^


4769dd2e ^



29476997 ^
4769dd2e ^


4f3d9065 ^
29476997 ^
5d4a1d3b ^
a09697d0 ^
af023b32 ^
93d4cc93 ^







29476997 ^

af023b32 ^

93d4cc93 ^






















d59554f5 ^
29476997 ^
d59554f5 ^

af023b32 ^

d59554f5 ^
af023b32 ^
dc80c7b9 ^
af023b32 ^
6c96a437 ^
af023b32 ^



d59554f5 ^
af023b32 ^




cd85ca3c ^

dc80c7b9 ^
cd85ca3c ^



a09697d0 ^
cd85ca3c ^
a09697d0 ^

4ea9905f ^
fbc3455b ^
07ca5691 ^

7a84094a ^
07ca5691 ^

471839da ^
84c9e3cf ^
07ca5691 ^

fbc3455b ^
07ca5691 ^






471839da ^
84c9e3cf ^
07ca5691 ^

fbc3455b ^
07ca5691 ^





b0bf5321 ^
471839da ^
84c9e3cf ^
07ca5691 ^

fbc3455b ^
07ca5691 ^



7a84094a ^
07ca5691 ^

471839da ^
84c9e3cf ^
07ca5691 ^






b0bf5321 ^
471839da ^
84c9e3cf ^
471839da ^
84c9e3cf ^
07ca5691 ^

93d4cc93 ^








07ca5691 ^





b0bf5321 ^
471839da ^
84c9e3cf ^
471839da ^
84c9e3cf ^
471839da ^
84c9e3cf ^
07ca5691 ^

4f3d9065 ^




b0bf5321 ^
471839da ^
84c9e3cf ^
4f3d9065 ^



a0331a9b ^
4f3d9065 ^





b0bf5321 ^
471839da ^
84c9e3cf ^
4f3d9065 ^

4ea9905f ^
b24eb476 ^
5d4a1d3b ^
3c163ef7 ^
5d4a1d3b ^



17b90929 ^
5d4a1d3b ^


7a84094a ^
5d4a1d3b ^
1ead3562 ^
23d3a022 ^

5d4a1d3b ^
3f34ac93 ^

af023b32 ^
985e0ffe ^










c4cff3b3 ^



23d3a022 ^
c4cff3b3 ^


af023b32 ^
5ba1c3b9 ^

5ba1c3b9 ^
7a84094a ^
5ba1c3b9 ^


7a84094a ^

5ba1c3b9 ^
1ead3562 ^
5ba1c3b9 ^









7a84094a ^
5ba1c3b9 ^


7a84094a ^

5ba1c3b9 ^
1ead3562 ^
5ba1c3b9 ^




5ba1c3b9 ^
7a84094a ^
5ba1c3b9 ^


7a84094a ^

5ba1c3b9 ^
1ead3562 ^
5ba1c3b9 ^







5ba1c3b9 ^
7a84094a ^
5ba1c3b9 ^


7a84094a ^

5ba1c3b9 ^
1ead3562 ^
5ba1c3b9 ^






7a84094a ^
5ba1c3b9 ^


7a84094a ^

5ba1c3b9 ^
1ead3562 ^
5ba1c3b9 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673