diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-05 21:17:24 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-05 21:17:24 -0700 |
commit | b96af395b9af2ff9df94b3e82213171f30827c8d (patch) | |
tree | 17c8c12648ccc25625e2534ec8d74fbe8f1542cc /cpp/.traces/new_concurrent | |
parent | 2e3b597fe85b654e82b891c22d50754fa5a26156 (diff) | |
download | mu-b96af395b9af2ff9df94b3e82213171f30827c8d.tar.gz |
1276 - make C++ version the default
I've tried to update the Readme, but there are at least a couple of issues.
Diffstat (limited to 'cpp/.traces/new_concurrent')
-rw-r--r-- | cpp/.traces/new_concurrent | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/cpp/.traces/new_concurrent b/cpp/.traces/new_concurrent deleted file mode 100644 index f3d2f2c7..00000000 --- a/cpp/.traces/new_concurrent +++ /dev/null @@ -1,43 +0,0 @@ -parse/0: instruction: start-running -parse/0: ingredient: {name: "f2", value: 0, type: 0, properties: ["f2": "recipe"]} -parse/0: instruction: new -parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: ["integer": "type"]} -parse/0: product: {name: "1", value: 0, type: 2-1, properties: ["1": "address":"integer", "raw": ]} -parse/0: instruction: new -parse/0: ingredient: {name: "integer", value: 0, type: 0, properties: ["integer": "type"]} -parse/0: product: {name: "2", value: 0, type: 2-1, properties: ["2": "address":"integer", "raw": ]} -parse/0: instruction: equal -parse/0: ingredient: {name: "1", value: 0, type: 2-1, properties: ["1": "address":"integer", "raw": ]} -parse/0: ingredient: {name: "2", value: 0, type: 2-1, properties: ["2": "address":"integer", "raw": ]} -parse/0: product: {name: "3", value: 0, type: 3, properties: ["3": "boolean", "raw": ]} -new/0: integer -> 1 -new/0: integer -> 1 -after-brace/0: recipe f1 -after-brace/0: start-running ... -after-brace/0: new ... -after-brace/0: recipe f2 -after-brace/0: new ... -after-brace/0: equal ... -new/0: routine allocated memory from 1000 to 101000 -schedule/0: f1 -run/0: instruction f1/0 -run/0: start-running/34 {name: "f2", value: 0, type: 0, properties: ["f2": "recipe"]} -run/0: ingredient 0 is f2 -new/0: routine allocated memory from 101000 to 201000 -run/0: instruction f1/1 -run/0: {name: "1", value: 1, type: 2-1, properties: ["1": "address":"integer", "raw": ]} <- new/44 {name: "integer", value: 1, type: 0, properties: ["integer": "type"]} -mem/0: new alloc: 1000 -mem/0: storing 1000 in location 1 -schedule/0: f2 -run/0: instruction f2/0 -run/0: {name: "2", value: 2, type: 2-1, properties: ["2": "address":"integer", "raw": ]} <- new/44 {name: "integer", value: 1, type: 0, properties: ["integer": "type"]} -mem/0: new alloc: 101000 -mem/0: storing 101000 in location 2 -run/0: instruction f2/1 -run/0: {name: "3", value: 3, type: 3, properties: ["3": "boolean", "raw": ]} <- equal/13 {name: "1", value: 1, type: 2-1, properties: ["1": "address":"integer", "raw": ]}, {name: "2", value: 2, type: 2-1, properties: ["2": "address":"integer", "raw": ]} -run/0: ingredient 0 is 1 -mem/0: location 1 is 1000 -run/0: ingredient 1 is 2 -mem/0: location 2 is 101000 -run/0: product 0 is 0 -mem/0: storing 0 in location 3 |