about summary refs log tree commit diff stats
path: root/arc/.traces/dispatch-otype-multiple-clauses
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-05 21:17:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-05 21:17:24 -0700
commitb96af395b9af2ff9df94b3e82213171f30827c8d (patch)
tree17c8c12648ccc25625e2534ec8d74fbe8f1542cc /arc/.traces/dispatch-otype-multiple-clauses
parent2e3b597fe85b654e82b891c22d50754fa5a26156 (diff)
downloadmu-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 'arc/.traces/dispatch-otype-multiple-clauses')
-rw-r--r--arc/.traces/dispatch-otype-multiple-clauses139
1 files changed, 139 insertions, 0 deletions
diff --git a/arc/.traces/dispatch-otype-multiple-clauses b/arc/.traces/dispatch-otype-multiple-clauses
new file mode 100644
index 00000000..4c121412
--- /dev/null
+++ b/arc/.traces/dispatch-otype-multiple-clauses
@@ -0,0 +1,139 @@
+c{0: 0 (((1 boolean)) <- ((test1)) ((t literal)) ((t literal))) -- nil
+c{1: 0 ✓ (((1 boolean)) <- ((test1)) ((t literal)) ((t literal)))
+c{0: 0 (((4 type)) <- ((otype)) ((0 offset))) -- nil
+c{0: 1 (((5 boolean)) <- ((equal)) ((4 type)) ((integer literal))) -- ((open 1))
+c{0: 2 (((break-unless)) ((5 boolean))) -- ((open 1))
+c{0: 3 (((6 integer)) <- ((next-input))) -- ((open 1))
+c{0: 4 (((7 integer)) <- ((next-input))) -- ((open 1))
+c{0: 5 (((8 integer)) <- ((add)) ((6 integer)) ((7 integer))) -- ((open 1))
+c{0: 6 (((reply)) ((8 integer))) -- ((open 1))
+c{0: 7 (((5 boolean)) <- ((equal)) ((4 type)) ((boolean literal))) -- ((open 7) (close 7) (open 1))
+c{0: 8 (((break-unless)) ((5 boolean)) ((4 offset))) -- ((open 7) (close 7) (open 1))
+c{0: 9 (((6 boolean)) <- ((next-input))) -- ((open 7) (close 7) (open 1))
+c{0: 10 (((7 boolean)) <- ((next-input))) -- ((open 7) (close 7) (open 1))
+c{0: 11 (((8 boolean)) <- ((or)) ((6 boolean)) ((7 boolean))) -- ((open 7) (close 7) (open 1))
+c{0: 12 (((reply)) ((8 boolean))) -- ((open 7) (close 7) (open 1))
+c{1: 0 ✓ (((4 type)) <- ((otype)) ((0 offset)))
+c{1: 1 ✓ (((5 boolean)) <- ((equal)) ((4 type)) ((integer literal)))
+c{1: 2 X (((break-unless)) ((5 boolean))) => (((jump-unless)) ((5 boolean)) ((4 offset)))
+c{1: 3 ✓ (((6 integer)) <- ((next-input)))
+c{1: 4 ✓ (((7 integer)) <- ((next-input)))
+c{1: 5 ✓ (((8 integer)) <- ((add)) ((6 integer)) ((7 integer)))
+c{1: 6 ✓ (((reply)) ((8 integer)))
+c{1: 7 ✓ (((5 boolean)) <- ((equal)) ((4 type)) ((boolean literal)))
+c{1: 8 X (((break-unless)) ((5 boolean)) ((4 offset))) => (((jump-unless)) ((5 boolean)) ((nil offset)))
+c{1: 9 ✓ (((6 boolean)) <- ((next-input)))
+c{1: 10 ✓ (((7 boolean)) <- ((next-input)))
+c{1: 11 ✓ (((8 boolean)) <- ((or)) ((6 boolean)) ((7 boolean)))
+c{1: 12 ✓ (((reply)) ((8 boolean)))
+cn0: convert-names in main
+cn0: (((1 boolean)) <- ((test1)) ((t literal)) ((t literal))) nil nil
+cn0: checking arg ((t literal))
+cn0: checking arg ((t literal))
+cn0: checking oarg ((1 boolean))
+maybe-add: ((1 boolean))
+cn0: convert-names in test1
+cn0: (((4 type)) <- ((otype)) ((0 offset))) nil nil
+cn0: checking arg ((0 offset))
+cn0: checking oarg ((4 type))
+maybe-add: ((4 type))
+cn0: (((5 boolean)) <- ((equal)) ((4 type)) ((integer literal))) nil nil
+cn0: checking arg ((4 type))
+maybe-add: ((4 type))
+cn0: checking arg ((integer literal))
+cn0: checking oarg ((5 boolean))
+maybe-add: ((5 boolean))
+cn0: (((jump-unless)) ((5 boolean)) ((4 offset))) nil nil
+cn0: checking arg ((5 boolean))
+maybe-add: ((5 boolean))
+cn0: checking arg ((4 offset))
+cn0: (((6 integer)) <- ((next-input))) nil nil
+cn0: checking oarg ((6 integer))
+maybe-add: ((6 integer))
+cn0: (((7 integer)) <- ((next-input))) nil nil
+cn0: checking oarg ((7 integer))
+maybe-add: ((7 integer))
+cn0: (((8 integer)) <- ((add)) ((6 integer)) ((7 integer))) nil nil
+cn0: checking arg ((6 integer))
+maybe-add: ((6 integer))
+cn0: checking arg ((7 integer))
+maybe-add: ((7 integer))
+cn0: checking oarg ((8 integer))
+maybe-add: ((8 integer))
+cn0: (((reply)) ((8 integer))) nil nil
+cn0: checking arg ((8 integer))
+maybe-add: ((8 integer))
+cn0: (((5 boolean)) <- ((equal)) ((4 type)) ((boolean literal))) nil nil
+cn0: checking arg ((4 type))
+maybe-add: ((4 type))
+cn0: checking arg ((boolean literal))
+cn0: checking oarg ((5 boolean))
+maybe-add: ((5 boolean))
+cn0: (((jump-unless)) ((5 boolean)) ((nil offset))) nil nil
+cn0: checking arg ((5 boolean))
+maybe-add: ((5 boolean))
+cn0: checking arg ((nil offset))
+cn0: (((6 boolean)) <- ((next-input))) nil nil
+cn0: checking oarg ((6 boolean))
+maybe-add: ((6 boolean))
+cn0: (((7 boolean)) <- ((next-input))) nil nil
+cn0: checking oarg ((7 boolean))
+maybe-add: ((7 boolean))
+cn0: (((8 boolean)) <- ((or)) ((6 boolean)) ((7 boolean))) nil nil
+cn0: checking arg ((6 boolean))
+maybe-add: ((6 boolean))
+cn0: checking arg ((7 boolean))
+maybe-add: ((7 boolean))
+cn0: checking oarg ((8 boolean))
+maybe-add: ((8 boolean))
+cn0: (((reply)) ((8 boolean))) nil nil
+cn0: checking arg ((8 boolean))
+maybe-add: ((8 boolean))
+cn1: (((1 boolean)) <- ((test1)) ((t literal)) ((t literal)))
+cn1: (((4 type)) <- ((otype)) ((0 offset)))
+cn1: (((5 boolean)) <- ((equal)) ((4 type)) ((integer literal)))
+cn1: (((jump-unless)) ((5 boolean)) ((4 offset)))
+cn1: (((6 integer)) <- ((next-input)))
+cn1: (((7 integer)) <- ((next-input)))
+cn1: (((8 integer)) <- ((add)) ((6 integer)) ((7 integer)))
+cn1: (((reply)) ((8 integer)))
+cn1: (((5 boolean)) <- ((equal)) ((4 type)) ((boolean literal)))
+cn1: (((jump-unless)) ((5 boolean)) ((nil offset)))
+cn1: (((6 boolean)) <- ((next-input)))
+cn1: (((7 boolean)) <- ((next-input)))
+cn1: (((8 boolean)) <- ((or)) ((6 boolean)) ((7 boolean)))
+cn1: (((reply)) ((8 boolean)))
+schedule: main
+run: main 0: (((1 boolean)) <- ((test1)) ((t literal)) ((t literal)))
+run: test1/main 0: (((4 type)) <- ((otype)) ((0 offset)))
+run: test1/main 0: boolean => ((4 type))
+mem: ((4 type)): 4 <= boolean
+run: test1/main 1: (((5 boolean)) <- ((equal)) ((4 type)) ((integer literal)))
+mem: ((4 type)) => boolean
+run: test1/main 1: nil => ((5 boolean))
+mem: ((5 boolean)): 5 <= nil
+run: test1/main 2: (((jump-unless)) ((5 boolean)) ((4 offset)))
+mem: ((5 boolean)) => nil
+run: test1/main 7: (((5 boolean)) <- ((equal)) ((4 type)) ((boolean literal)))
+mem: ((4 type)) => boolean
+run: test1/main 7: t => ((5 boolean))
+mem: ((5 boolean)): 5 <= t
+run: test1/main 8: (((jump-unless)) ((5 boolean)) ((nil offset)))
+mem: ((5 boolean)) => t
+run: test1/main 9: (((6 boolean)) <- ((next-input)))
+arg: nil 0 (t t)
+run: test1/main 9: t => ((6 boolean))
+mem: ((6 boolean)): 6 <= t
+run: test1/main 10: (((7 boolean)) <- ((next-input)))
+arg: nil 1 (t t)
+run: test1/main 10: t => ((7 boolean))
+mem: ((7 boolean)): 7 <= t
+run: test1/main 11: (((8 boolean)) <- ((or)) ((6 boolean)) ((7 boolean)))
+mem: ((6 boolean)) => t
+run: test1/main 11: t => ((8 boolean))
+mem: ((8 boolean)): 8 <= t
+run: test1/main 12: (((reply)) ((8 boolean)))
+mem: ((8 boolean)) => t
+run: main 0: t => ((1 boolean))
+mem: ((1 boolean)): 1 <= t
+schedule: done with routine nil