From b96af395b9af2ff9df94b3e82213171f30827c8d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 21:17:24 -0700 Subject: 1276 - make C++ version the default I've tried to update the Readme, but there are at least a couple of issues. --- arc/.traces/fork-with-args | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 arc/.traces/fork-with-args (limited to 'arc/.traces/fork-with-args') diff --git a/arc/.traces/fork-with-args b/arc/.traces/fork-with-args new file mode 100644 index 00000000..ba51b607 --- /dev/null +++ b/arc/.traces/fork-with-args @@ -0,0 +1,25 @@ +c{0: 0 (((2 integer)) <- ((next-input))) -- nil +c{1: 0 ✓ (((2 integer)) <- ((next-input))) +c{0: 0 (((fork)) ((f1 fn)) ((nil literal) (globals)) ((nil literal) (limit)) ((4 literal))) -- nil +c{1: 0 ✓ (((fork)) ((f1 fn)) ((nil literal) (globals)) ((nil literal) (limit)) ((4 literal))) +cn0: convert-names in f1 +cn0: (((2 integer)) <- ((next-input))) nil nil +cn0: checking oarg ((2 integer)) +maybe-add: ((2 integer)) +cn0: convert-names in main +cn0: (((fork)) ((f1 fn)) ((nil literal) (globals)) ((nil literal) (limit)) ((4 literal))) nil nil +cn0: checking arg ((f1 fn)) +cn0: checking arg ((nil literal) (globals)) +cn0: checking arg ((nil literal) (limit)) +cn0: checking arg ((4 literal)) +cn1: (((2 integer)) <- ((next-input))) +cn1: (((fork)) ((f1 fn)) ((nil literal) (globals)) ((nil literal) (limit)) ((4 literal))) +schedule: main +run: main 0: (((fork)) ((f1 fn)) ((nil literal) (globals)) ((nil literal) (limit)) ((4 literal))) +schedule: done with routine nil +schedule: f1 +run: f1 0: (((2 integer)) <- ((next-input))) +arg: nil 0 (4) +run: f1 0: 4 => ((2 integer)) +mem: ((2 integer)): 2 <= 4 +schedule: done with routine nil -- cgit 1.4.1-2-gfad0 h=hlt&id=965dd1bf56253d4b6104a2f57b48d06f6287fe31'>diff stats
path: root/arc/highlights
blob: bb81fb569ca4e508a801907552deba6bb4350292 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11