diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 23:41:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 23:41:17 -0700 |
commit | fd41212ef655a19f5385dec38a89575a02c87d99 (patch) | |
tree | ca7f1c9950641e6d172391e7bbf6aa957114b7bd /cpp/.traces/closure | |
parent | ed78d87f2d9d4d2a7c30c156fb7c6b3094f9be01 (diff) | |
download | mu-fd41212ef655a19f5385dec38a89575a02c87d99.tar.gz |
1193
Diffstat (limited to 'cpp/.traces/closure')
-rw-r--r-- | cpp/.traces/closure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/.traces/closure b/cpp/.traces/closure index 0017b943..4f0588cf 100644 --- a/cpp/.traces/closure +++ b/cpp/.traces/closure @@ -62,12 +62,12 @@ after-brace/0: copy ... after-brace/0: reply ... schedule/0: main run/0: instruction main/0 -mem/0: new alloc: 1000 mem/0: array size is 30 +mem/0: new alloc: 1000 run/0: instruction main/1 run/0: instruction init-counter/0 -mem/0: new alloc: 1030 mem/0: array size is 30 +mem/0: new alloc: 1030 run/0: instruction init-counter/1 run/0: ingredient 0 is 23 mem/0: storing 23 in location 1032 @@ -80,8 +80,8 @@ mem/0: storing 1030 in location 1002 run/0: instruction main/2 mem/0: location 1002 is 1030 run/0: instruction increment-counter/0 -mem/0: new alloc: 1060 mem/0: array size is 30 +mem/0: new alloc: 1060 run/0: instruction increment-counter/1 run/0: product 0 is 1030 mem/0: storing 1030 in location 1061 @@ -101,8 +101,8 @@ mem/0: storing 4 in location 2 run/0: instruction main/3 mem/0: location 1002 is 1030 run/0: instruction increment-counter/0 -mem/0: new alloc: 1090 mem/0: array size is 30 +mem/0: new alloc: 1090 run/0: instruction increment-counter/1 run/0: product 0 is 1030 mem/0: storing 1030 in location 1091 |