-
-
Notifications
You must be signed in to change notification settings - Fork 666
/
string-nonnull.debug.wat
438 lines (438 loc) · 8.8 KB
/
string-nonnull.debug.wat
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
(module
(type $0 (func (param i32) (result i32)))
(type $1 (func))
(type $2 (func (param i32 i32) (result i32)))
(type $3 (func (param i32 i32 i32 i32 i32) (result i32)))
(type $4 (func (param i32 i32 i32 i32)))
(import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32)))
(global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0))
(global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1))
(global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2))
(global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0))
(global $~lib/memory/__data_end i32 (i32.const 44))
(global $~lib/memory/__stack_pointer (mut i32) (i32.const 32812))
(global $~lib/memory/__heap_base i32 (i32.const 32812))
(memory $0 1)
(data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00")
(table $0 1 1 funcref)
(elem $0 (i32.const 1))
(export "memory" (memory $0))
(start $~start)
(func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32)
local.get $this
i32.load offset=16
)
(func $~lib/string/String#get:length (param $this i32) (result i32)
local.get $this
i32.const 20
i32.sub
call $~lib/rt/common/OBJECT#get:rtSize
i32.const 1
i32.shr_u
return
)
(func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32)
(local $ptr1 i32)
(local $ptr2 i32)
(local $7 i32)
(local $a i32)
(local $b i32)
local.get $str1
local.get $index1
i32.const 1
i32.shl
i32.add
local.set $ptr1
local.get $str2
local.get $index2
i32.const 1
i32.shl
i32.add
local.set $ptr2
i32.const 0
i32.const 2
i32.lt_s
drop
local.get $len
i32.const 4
i32.ge_u
if (result i32)
local.get $ptr1
i32.const 7
i32.and
local.get $ptr2
i32.const 7
i32.and
i32.or
i32.eqz
else
i32.const 0
end
if
block $do-break|0
loop $do-loop|0
local.get $ptr1
i64.load
local.get $ptr2
i64.load
i64.ne
if
br $do-break|0
end
local.get $ptr1
i32.const 8
i32.add
local.set $ptr1
local.get $ptr2
i32.const 8
i32.add
local.set $ptr2
local.get $len
i32.const 4
i32.sub
local.set $len
local.get $len
i32.const 4
i32.ge_u
br_if $do-loop|0
end
end
end
loop $while-continue|1
local.get $len
local.tee $7
i32.const 1
i32.sub
local.set $len
local.get $7
if
local.get $ptr1
i32.load16_u
local.set $a
local.get $ptr2
i32.load16_u
local.set $b
local.get $a
local.get $b
i32.ne
if
local.get $a
local.get $b
i32.sub
return
end
local.get $ptr1
i32.const 2
i32.add
local.set $ptr1
local.get $ptr2
i32.const 2
i32.add
local.set $ptr2
br $while-continue|1
end
end
i32.const 0
return
)
(func $~start
call $start:std/string-nonnull
)
(func $~stack_check
global.get $~lib/memory/__stack_pointer
global.get $~lib/memory/__data_end
i32.lt_s
if
i32.const 32832
i32.const 32880
i32.const 1
i32.const 1
call $~lib/builtins/abort
unreachable
end
)
(func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32)
(local $leftLength i32)
(local $3 i32)
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.sub
global.set $~lib/memory/__stack_pointer
call $~stack_check
global.get $~lib/memory/__stack_pointer
i64.const 0
i64.store
local.get $left
local.get $right
i32.eq
if
i32.const 1
local.set $3
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
local.get $3
return
end
local.get $left
i32.const 0
i32.eq
if (result i32)
i32.const 1
else
local.get $right
i32.const 0
i32.eq
end
if
i32.const 0
local.set $3
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
local.get $3
return
end
local.get $left
local.set $3
global.get $~lib/memory/__stack_pointer
local.get $3
i32.store
local.get $3
call $~lib/string/String#get:length
local.set $leftLength
local.get $leftLength
local.get $right
local.set $3
global.get $~lib/memory/__stack_pointer
local.get $3
i32.store
local.get $3
call $~lib/string/String#get:length
i32.ne
if
i32.const 0
local.set $3
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
local.get $3
return
end
local.get $left
local.set $3
global.get $~lib/memory/__stack_pointer
local.get $3
i32.store
local.get $3
i32.const 0
local.get $right
local.set $3
global.get $~lib/memory/__stack_pointer
local.get $3
i32.store offset=4
local.get $3
i32.const 0
local.get $leftLength
call $~lib/util/string/compareImpl
i32.eqz
local.set $3
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
local.get $3
return
)
(func $~lib/string/String.__ne (param $left i32) (param $right i32) (result i32)
(local $2 i32)
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.sub
global.set $~lib/memory/__stack_pointer
call $~stack_check
global.get $~lib/memory/__stack_pointer
i64.const 0
i64.store
local.get $left
local.set $2
global.get $~lib/memory/__stack_pointer
local.get $2
i32.store
local.get $2
local.get $right
local.set $2
global.get $~lib/memory/__stack_pointer
local.get $2
i32.store offset=4
local.get $2
call $~lib/string/String.__eq
i32.eqz
local.set $2
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
local.get $2
return
)
(func $~lib/string/String.__not (param $str i32) (result i32)
(local $1 i32)
global.get $~lib/memory/__stack_pointer
i32.const 4
i32.sub
global.set $~lib/memory/__stack_pointer
call $~stack_check
global.get $~lib/memory/__stack_pointer
i32.const 0
i32.store
local.get $str
i32.const 0
i32.eq
if (result i32)
i32.const 1
else
local.get $str
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store
local.get $1
call $~lib/string/String#get:length
i32.eqz
end
local.set $1
global.get $~lib/memory/__stack_pointer
i32.const 4
i32.add
global.set $~lib/memory/__stack_pointer
local.get $1
return
)
(func $start:std/string-nonnull
(local $0 i32)
(local $1 i32)
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.sub
global.set $~lib/memory/__stack_pointer
call $~stack_check
global.get $~lib/memory/__stack_pointer
i64.const 0
i64.store
global.get $~lib/memory/__stack_pointer
i32.const 32
local.tee $0
i32.store
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
i32.const 0
call $~lib/string/String.__ne
if
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
i32.const 0
call $~lib/string/String.__ne
if
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
local.get $0
if
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
i32.const 0
call $~lib/string/String.__eq
if
else
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
i32.const 0
call $~lib/string/String.__eq
if
else
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String.__not
if
else
local.get $0
local.set $1
global.get $~lib/memory/__stack_pointer
local.get $1
i32.store offset=4
local.get $1
call $~lib/string/String#get:length
drop
end
global.get $~lib/memory/__stack_pointer
i32.const 8
i32.add
global.set $~lib/memory/__stack_pointer
)
)