diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-03 10:57:28 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-03 10:57:28 -0700 |
commit | 6aea156edd8ec917b12da3ad17d3a8539d76b0ec (patch) | |
tree | 7420c9763a5513316b6aec6ee678f0434bbbdc31 /cpp/.traces/interpolate-works | |
parent | 5fb632682510b8c2ae86a6ddcee84fe8b40bbcb5 (diff) | |
download | mu-6aea156edd8ec917b12da3ad17d3a8539d76b0ec.tar.gz |
1244
Diffstat (limited to 'cpp/.traces/interpolate-works')
-rw-r--r-- | cpp/.traces/interpolate-works | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/.traces/interpolate-works b/cpp/.traces/interpolate-works index 265b48b3..53336da5 100644 --- a/cpp/.traces/interpolate-works +++ b/cpp/.traces/interpolate-works @@ -48,18 +48,18 @@ parse/0: ingredient: {name: "3", value: 0, type: 2-5-4, properties: ["3": "add parse/0: product: {name: "4", value: 0, type: 5-4, properties: ["4": "array":"character", "raw": ]} new/0: abc _ -> 0 new/0: def -> 0 -after-brace/0: recipe tmp0 +after-brace/0: recipe run1001 after-brace/0: new ... after-brace/0: new ... after-brace/0: interpolate ... after-brace/0: copy ... -run/0: instruction tmp0/0 +run/0: instruction run1001/0 run/0: {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]} <- new {name: "abc _", value: 0, type: 0, properties: ["abc _": "literal-string"]} mem/0: storing 1000 in location 1 -run/0: instruction tmp0/1 +run/0: instruction run1001/1 run/0: {name: "2", value: 2, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]} <- new {name: "def", value: 0, type: 0, properties: ["def": "literal-string"]} mem/0: storing 1006 in location 2 -run/0: instruction tmp0/2 +run/0: instruction run1001/2 run/0: {name: "3", value: 3, type: 2-5-4, properties: ["3": "address":"array":"character", "raw": ]} <- interpolate {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character", "raw": ]}, {name: "2", value: 2, type: 2-5-4, properties: ["2": "address":"array":"character", "raw": ]} mem/0: location 1 is 1000 mem/0: location 2 is 1006 @@ -692,7 +692,7 @@ run/0: reply {name: "result", value: 7, type: 2-5-4, properties: ["result": "add mem/0: location 1018 is 1071 run/0: result 0 is 1071 mem/0: storing 1071 in location 3 -run/0: instruction tmp0/3 +run/0: instruction run1001/3 run/0: {name: "4", value: 4, type: 5-4, properties: ["4": "array":"character", "raw": ]} <- copy {name: "3", value: 3, type: 2-5-4, properties: ["3": "address":"array":"character", "raw": , "deref": ]} run/0: ingredient 0 is 3 mem/0: location 3 is 1071 |