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/string-equal-with-empty | |
parent | 5fb632682510b8c2ae86a6ddcee84fe8b40bbcb5 (diff) | |
download | mu-6aea156edd8ec917b12da3ad17d3a8539d76b0ec.tar.gz |
1244
Diffstat (limited to 'cpp/.traces/string-equal-with-empty')
-rw-r--r-- | cpp/.traces/string-equal-with-empty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/.traces/string-equal-with-empty b/cpp/.traces/string-equal-with-empty index 6d867557..fa1077ee 100644 --- a/cpp/.traces/string-equal-with-empty +++ b/cpp/.traces/string-equal-with-empty @@ -52,22 +52,22 @@ new/0: -> 0 name/0: assign x 1 new/0: abcd -> 0 name/0: assign y 2 -after-brace/0: recipe tmp0 +after-brace/0: recipe run1001 after-brace/0: new ... after-brace/0: new ... after-brace/0: new ... after-brace/0: string-equal ... -run/0: instruction tmp0/0 +run/0: instruction run1001/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: 1000 -run/0: instruction tmp0/1 +run/0: instruction run1001/1 run/0: {name: "x", value: 1, type: 2-5-4, properties: ["x": "address":"array":"character"]} <- new {name: "", value: 0, type: 0, properties: ["": "literal-string"]} mem/0: storing 1031 in location 1002 -run/0: instruction tmp0/2 +run/0: instruction run1001/2 run/0: {name: "y", value: 2, type: 2-5-4, properties: ["y": "address":"array":"character"]} <- new {name: "abcd", value: 0, type: 0, properties: ["abcd": "literal-string"]} mem/0: storing 1032 in location 1003 -run/0: instruction tmp0/3 +run/0: instruction run1001/3 run/0: {name: "3", value: 3, type: 3, properties: ["3": "boolean", "raw": ]} <- string-equal {name: "x", value: 1, type: 2-5-4, properties: ["x": "address":"array":"character"]}, {name: "y", value: 2, type: 2-5-4, properties: ["y": "address":"array":"character"]} mem/0: location 1002 is 1031 mem/0: location 1003 is 1032 |