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/channel-new-empty-not-full | |
parent | 5fb632682510b8c2ae86a6ddcee84fe8b40bbcb5 (diff) | |
download | mu-6aea156edd8ec917b12da3ad17d3a8539d76b0ec.tar.gz |
1244
Diffstat (limited to 'cpp/.traces/channel-new-empty-not-full')
-rw-r--r-- | cpp/.traces/channel-new-empty-not-full | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/.traces/channel-new-empty-not-full b/cpp/.traces/channel-new-empty-not-full index b852e4f6..41c382f6 100644 --- a/cpp/.traces/channel-new-empty-not-full +++ b/cpp/.traces/channel-new-empty-not-full @@ -40,11 +40,11 @@ parse/0: product: {name: "2", value: 0, type: 1, properties: ["2": "integer"]} parse/0: instruction: channel-full? parse/0: ingredient: {name: "1", value: 0, type: 2-10, properties: ["1": "address":"channel"]} parse/0: product: {name: "3", value: 0, type: 1, properties: ["3": "integer"]} -after-brace/0: recipe tmp0 +after-brace/0: recipe run1001 after-brace/0: init-channel ... after-brace/0: channel-empty? ... after-brace/0: channel-full? ... -run/0: instruction tmp0/0 +run/0: instruction run1001/0 run/0: {name: "1", value: 1, type: 2-10, properties: ["1": "address":"channel"]} <- init-channel {name: "3", value: 3, type: 0, properties: ["3": "literal", "capacity": ]} run/0: instruction init-channel/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"]} @@ -111,7 +111,7 @@ run/0: reply {name: "result", value: 1, type: 2-10, properties: ["result": "addr mem/0: location 1002 is 1031 run/0: result 0 is 1031 mem/0: storing 1031 in location 1 -run/0: instruction tmp0/1 +run/0: instruction run1001/1 run/0: {name: "2", value: 2, type: 1, properties: ["2": "integer"]} <- channel-empty? {name: "1", value: 1, type: 2-10, properties: ["1": "address":"channel"]} mem/0: location 1 is 1031 run/0: instruction channel-empty?/0 @@ -155,7 +155,7 @@ run/0: reply {name: "result", value: 4, type: 3, properties: ["result": "boolean mem/0: location 1044 is 1 run/0: result 0 is 1 mem/0: storing 1 in location 2 -run/0: instruction tmp0/2 +run/0: instruction run1001/2 run/0: {name: "3", value: 3, type: 1, properties: ["3": "integer"]} <- channel-full? {name: "1", value: 1, type: 2-10, properties: ["1": "address":"channel"]} mem/0: location 1 is 1031 run/0: instruction channel-full?/0 |