about summary refs log tree commit diff stats
path: root/cpp/.traces/new_string
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-05 17:54:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-05 17:54:46 -0700
commit82ceda30ad6fb32382bb6d0565c75fe6a1a01b9f (patch)
tree91b52744240749efdacb87a86455e753dab31e84 /cpp/.traces/new_string
parent6d17ef493bbec78ebda37e50e0cc8ce21fd9f46b (diff)
downloadmu-82ceda30ad6fb32382bb6d0565c75fe6a1a01b9f.tar.gz
1267 - 'routine-state' can use the provided routine id
Diffstat (limited to 'cpp/.traces/new_string')
-rw-r--r--cpp/.traces/new_string2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/.traces/new_string b/cpp/.traces/new_string
index b6c939ba..4e16d378 100644
--- a/cpp/.traces/new_string
+++ b/cpp/.traces/new_string
@@ -12,7 +12,7 @@ after-brace/0: index ...
 new/0: routine allocated memory from 1000 to 101000
 schedule/0: main
 run/0: instruction main/0
-run/0: {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character"]} <- new/42 {name: "abc def", value: 0, type: 0, properties: ["abc def": "literal-string"]}
+run/0: {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character"]} <- new/43 {name: "abc def", value: 0, type: 0, properties: ["abc def": "literal-string"]}
 mem/0: storing 1000 in location 1
 run/0: instruction main/1
 run/0: {name: "2", value: 2, type: 4, properties: ["2": "character"]} <- index/26 {name: "1", value: 1, type: 2-5-4, properties: ["1": "address":"array":"character", "deref": ]}, {name: "5", value: 5, type: 0, properties: ["5": "literal"]}
tik/mu/blame/html/044space_surround.cc.html?h=main&id=859f35fbe2f6a78157b875e12eb7dc8cd95c1152'>^
3e1349d2 ^
9e751bb8 ^

4690ce81 ^
4a39d12d ^
a654e4ec ^
e5c11a51 ^
70f4e9b6 ^
4a39d12d ^
9e751bb8 ^

672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^







201458e3 ^
204dae92 ^






















201458e3 ^
204dae92 ^






bfa3f5ba ^
201458e3 ^
204dae92 ^

201458e3 ^

9e751bb8 ^
2c678a4e ^
204dae92 ^


201458e3 ^
2c678a4e ^
9e751bb8 ^

1c2d788b ^
9e751bb8 ^

204dae92 ^




201458e3 ^
204dae92 ^

672e3e50 ^


a654e4ec ^
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
130
131
132
133