about summary refs log tree commit diff stats
path: root/cpp/.traces/string-equal-identical
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/.traces/string-equal-identical')
-rw-r--r--cpp/.traces/string-equal-identical7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpp/.traces/string-equal-identical b/cpp/.traces/string-equal-identical
index 1466e0d2..a392ec0c 100644
--- a/cpp/.traces/string-equal-identical
+++ b/cpp/.traces/string-equal-identical
@@ -1,11 +1,11 @@
-parse/0: instruction: 35
+parse/0: instruction: 36
 parse/0:   ingredient: {name: "location", value: 0, type: 0, properties: ["location": "type"]}
 parse/0:   ingredient: {name: "30", value: 0, type: 0, properties: ["30": "literal"]}
 parse/0:   product: {name: "default-space", value: 0, type: 2-5-1, properties: ["default-space": "address":"array":"location"]}
-parse/0: instruction: 35
+parse/0: instruction: 36
 parse/0:   ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
 parse/0:   product: {name: "x", value: 0, type: 2-5-4, properties: ["x": "address":"array":"character"]}
-parse/0: instruction: 35
+parse/0: instruction: 36
 parse/0:   ingredient: {name: "abc", value: 0, type: 0, properties: ["abc": "literal-string"]}
 parse/0:   product: {name: "y", value: 0, type: 2-5-4, properties: ["y": "address":"array":"character"]}
 parse/0: instruction: 100
@@ -22,6 +22,7 @@ after-brace/0: new ...
 after-brace/0: new ...
 after-brace/0: new ...
 after-brace/0: string-equal ...
+schedule/0: test-string-equal-identical
 run/0: instruction test-string-equal-identical/0
 mem/0: new alloc: 1000
 mem/0: array size is 30
9ec1d9a1a08205b01e'>^
5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^
5be7433 ^
5a63a5c ^

07bf55b ^
5a63a5c ^



07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^















5be7433 ^
5a63a5c ^

07bf55b ^
5a63a5c ^



07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^






5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^








5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^




5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^




5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^

5be7433 ^
5a63a5c ^

07bf55b ^
acb5e88 ^
32517f4 ^
c608633 ^

5be7433 ^
5a63a5c ^
c608633 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129