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 /arc/.traces/new-fn-arg-status | |
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 'arc/.traces/new-fn-arg-status')
-rw-r--r-- | arc/.traces/new-fn-arg-status | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arc/.traces/new-fn-arg-status b/arc/.traces/new-fn-arg-status new file mode 100644 index 00000000..5b079754 --- /dev/null +++ b/arc/.traces/new-fn-arg-status @@ -0,0 +1,24 @@ +c{0: 0 (((test1)) ((1 literal))) -- nil +c{1: 0 ✓ (((test1)) ((1 literal))) +c{0: 0 (((4 integer)) ((5 boolean)) <- ((next-input))) -- nil +c{1: 0 ✓ (((4 integer)) ((5 boolean)) <- ((next-input))) +cn0: convert-names in main +cn0: (((test1)) ((1 literal))) nil nil +cn0: checking arg ((1 literal)) +cn0: convert-names in test1 +cn0: (((4 integer)) ((5 boolean)) <- ((next-input))) nil nil +cn0: checking oarg ((4 integer)) +maybe-add: ((4 integer)) +cn0: checking oarg ((5 boolean)) +maybe-add: ((5 boolean)) +cn1: (((test1)) ((1 literal))) +cn1: (((4 integer)) ((5 boolean)) <- ((next-input))) +schedule: main +run: main 0: (((test1)) ((1 literal))) +run: test1/main 0: (((4 integer)) ((5 boolean)) <- ((next-input))) +arg: nil 0 (1) +run: test1/main 0: 1 => ((4 integer)) +mem: ((4 integer)): 4 <= 1 +run: test1/main 0: t => ((5 boolean)) +mem: ((5 boolean)): 5 <= t +schedule: done with routine nil |