-
-
Notifications
You must be signed in to change notification settings - Fork 670
/
Copy pathconstructor.optimized.wat
142 lines (142 loc) · 2.23 KB
/
constructor.optimized.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
(module
(type $none_=>_none (func))
(type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
(memory $0 0)
(global $~lib/rt/stub/offset (mut i32) (i32.const 0))
(export "memory" (memory $0))
(start $~start)
(func $~lib/rt/stub/__alloc (param $0 i32) (param $1 i32) (result i32)
(local $2 i32)
(local $3 i32)
(local $4 i32)
(local $5 i32)
(local $6 i32)
local.get $0
i32.const 1073741808
i32.gt_u
if
unreachable
end
global.get $~lib/rt/stub/offset
i32.const 16
i32.add
local.tee $4
local.get $0
i32.const 15
i32.add
i32.const -16
i32.and
local.tee $2
i32.const 16
local.get $2
i32.const 16
i32.gt_u
select
local.tee $6
i32.add
local.tee $2
memory.size
local.tee $5
i32.const 16
i32.shl
local.tee $3
i32.gt_u
if
local.get $5
local.get $2
local.get $3
i32.sub
i32.const 65535
i32.add
i32.const -65536
i32.and
i32.const 16
i32.shr_u
local.tee $3
local.get $5
local.get $3
i32.gt_s
select
memory.grow
i32.const 0
i32.lt_s
if
local.get $3
memory.grow
i32.const 0
i32.lt_s
if
unreachable
end
end
end
local.get $2
global.set $~lib/rt/stub/offset
local.get $4
i32.const 16
i32.sub
local.tee $2
local.get $6
i32.store
local.get $2
i32.const 1
i32.store offset=4
local.get $2
local.get $1
i32.store offset=8
local.get $2
local.get $0
i32.store offset=12
local.get $4
)
(func $~start
(local $0 i32)
i32.const 1024
global.set $~lib/rt/stub/offset
i32.const 0
i32.const 3
call $~lib/rt/stub/__alloc
drop
i32.const 4
i32.const 4
call $~lib/rt/stub/__alloc
i32.const 1
i32.store
i32.const 4
i32.const 5
call $~lib/rt/stub/__alloc
i32.const 0
i32.store
i32.const 4
i32.const 6
call $~lib/rt/stub/__alloc
local.tee $0
i32.const 0
i32.store
local.get $0
i32.const 1
i32.store
i32.const 0
i32.const 7
call $~lib/rt/stub/__alloc
drop
i32.const 4
i32.const 8
call $~lib/rt/stub/__alloc
i32.const 1
i32.store
i32.const 4
i32.const 9
call $~lib/rt/stub/__alloc
i32.const 0
i32.store
i32.const 0
i32.const 11
call $~lib/rt/stub/__alloc
drop
i32.const 0
i32.const 12
call $~lib/rt/stub/__alloc
drop
)
)