2019-04-11 09:07:00 +02:00
|
|
|
(module
|
2019-04-18 11:51:07 +02:00
|
|
|
(type $FUNCSIG$v (func))
|
2019-04-18 12:53:48 +02:00
|
|
|
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
|
2019-04-15 11:32:20 +02:00
|
|
|
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
|
2019-04-16 19:15:08 +02:00
|
|
|
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
|
|
|
|
(type $FUNCSIG$vii (func (param i32 i32)))
|
2019-04-18 12:53:48 +02:00
|
|
|
(type $FUNCSIG$ii (func (param i32) (result i32)))
|
2019-04-17 17:48:26 +02:00
|
|
|
(type $FUNCSIG$viii (func (param i32 i32 i32)))
|
2019-04-15 11:32:20 +02:00
|
|
|
(type $FUNCSIG$vi (func (param i32)))
|
2019-04-11 09:07:00 +02:00
|
|
|
(import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32)))
|
|
|
|
(memory $0 1)
|
2019-05-20 23:10:06 +02:00
|
|
|
(data (i32.const 8) "\1e\00\00\00\01\00\00\00\10\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00")
|
|
|
|
(data (i32.const 56) "\"\00\00\00\01\00\00\00\10\00\00\00\"\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00p\00u\00r\00e\00r\00c\00.\00t\00s\00")
|
2019-05-15 21:17:41 +02:00
|
|
|
(data (i32.const 112) "\10\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00")
|
2019-04-11 09:07:00 +02:00
|
|
|
(table $0 1 funcref)
|
|
|
|
(elem (i32.const 0) $null)
|
2019-04-18 11:51:07 +02:00
|
|
|
(global $~lib/started (mut i32) (i32.const 0))
|
|
|
|
(global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0))
|
2019-05-15 21:17:41 +02:00
|
|
|
(global $~lib/rt/purerc/CUR (mut i32) (i32.const 0))
|
|
|
|
(global $~lib/rt/purerc/END (mut i32) (i32.const 0))
|
|
|
|
(global $~lib/rt/purerc/ROOTS (mut i32) (i32.const 0))
|
|
|
|
(global $~lib/builtins/RTTI_BASE i32 (i32.const 112))
|
|
|
|
(global $~lib/builtins/HEAP_BASE i32 (i32.const 248))
|
2019-04-11 09:07:00 +02:00
|
|
|
(export "memory" (memory $0))
|
2019-04-18 11:51:07 +02:00
|
|
|
(export "main" (func $assembly/index/main))
|
2019-05-15 21:17:41 +02:00
|
|
|
(export "__alloc" (func $~lib/rt/tlsf/__alloc))
|
|
|
|
(export "__realloc" (func $~lib/rt/tlsf/__realloc))
|
|
|
|
(export "__free" (func $~lib/rt/tlsf/__free))
|
|
|
|
(export "__retain" (func $~lib/rt/purerc/__retain))
|
|
|
|
(export "__release" (func $~lib/rt/purerc/__release))
|
|
|
|
(export "__collect" (func $~lib/rt/purerc/__collect))
|
|
|
|
(export "__instanceof" (func $~lib/rt/common/__instanceof))
|
|
|
|
(export "__typeinfo" (func $~lib/rt/common/__typeinfo))
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $assembly/index/main (; 1 ;) (type $FUNCSIG$v)
|
|
|
|
global.get $~lib/started
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
call $start
|
|
|
|
i32.const 1
|
|
|
|
global.set $~lib/started
|
|
|
|
end
|
|
|
|
)
|
|
|
|
(func $~lib/rt/tlsf/removeBlock (; 2 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
(local $9 i32)
|
|
|
|
(local $10 i32)
|
|
|
|
(local $11 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
local.set $2
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 275
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 16
|
|
|
|
i32.ge_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $3
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 1073741808
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 277
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $3
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 256
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
local.set $4
|
|
|
|
local.get $3
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shr_u
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $5
|
|
|
|
else
|
2019-04-17 06:12:02 +02:00
|
|
|
i32.const 31
|
|
|
|
local.get $3
|
|
|
|
i32.clz
|
|
|
|
i32.sub
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $4
|
|
|
|
local.get $3
|
|
|
|
local.get $4
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.sub
|
|
|
|
i32.shr_u
|
|
|
|
i32.const 1
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.shl
|
|
|
|
i32.xor
|
|
|
|
local.set $5
|
|
|
|
local.get $4
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.sub
|
|
|
|
local.set $4
|
|
|
|
end
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
|
|
|
i32.const 23
|
|
|
|
i32.lt_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $5
|
|
|
|
i32.const 16
|
|
|
|
i32.lt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 290
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.load offset=16
|
2019-04-17 06:12:02 +02:00
|
|
|
local.set $6
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.load offset=20
|
2019-04-17 06:12:02 +02:00
|
|
|
local.set $7
|
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
if
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $7
|
|
|
|
i32.store offset=20
|
|
|
|
end
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $7
|
2019-04-15 11:32:20 +02:00
|
|
|
if
|
|
|
|
local.get $7
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.store offset=16
|
|
|
|
end
|
|
|
|
local.get $1
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $10
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $4
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $9
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $5
|
2019-04-17 06:12:02 +02:00
|
|
|
local.set $8
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $10
|
|
|
|
local.get $9
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $8
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
|
|
|
i32.load offset=96
|
|
|
|
end
|
|
|
|
i32.eq
|
|
|
|
if
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETHEAD|inlined.1
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $11
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $4
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $10
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $5
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $9
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $7
|
|
|
|
local.set $8
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $11
|
|
|
|
local.get $10
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $9
|
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $8
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.store offset=96
|
|
|
|
end
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $7
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETSL|inlined.0 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $9
|
|
|
|
local.get $4
|
2019-04-17 06:12:02 +02:00
|
|
|
local.set $8
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $9
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $8
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
i32.load offset=4
|
|
|
|
end
|
2019-04-17 06:12:02 +02:00
|
|
|
local.set $8
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETSL|inlined.1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $11
|
|
|
|
local.get $4
|
|
|
|
local.set $10
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $8
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 1
|
|
|
|
local.get $5
|
|
|
|
i32.shl
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
2019-04-17 06:12:02 +02:00
|
|
|
local.tee $8
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $9
|
|
|
|
local.get $11
|
|
|
|
local.get $10
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
local.get $9
|
|
|
|
i32.store offset=4
|
|
|
|
end
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $0
|
|
|
|
i32.load
|
|
|
|
i32.const 1
|
|
|
|
local.get $4
|
|
|
|
i32.shl
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.store
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/insertBlock (; 3 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i32)
|
|
|
|
(local $10 i32)
|
2019-04-16 17:33:33 +02:00
|
|
|
(local $11 i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
(local $12 i32)
|
|
|
|
(local $13 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 203
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
local.set $2
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 205
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $3
|
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $4
|
|
|
|
local.get $4
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.load
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
if
|
|
|
|
local.get $2
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 16
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.add
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $5
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $3
|
|
|
|
local.get $3
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 1073741808
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/removeBlock
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.const 3
|
|
|
|
i32.and
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $3
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.or
|
|
|
|
local.tee $2
|
|
|
|
i32.store
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $6
|
|
|
|
local.get $6
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $6
|
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
end
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $4
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
|
|
|
i32.load
|
|
|
|
local.set $5
|
2019-04-16 17:33:33 +02:00
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
i32.const 2
|
|
|
|
i32.and
|
|
|
|
if
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 4
|
|
|
|
i32.sub
|
|
|
|
i32.load
|
|
|
|
end
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.load
|
|
|
|
local.set $6
|
|
|
|
local.get $6
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 226
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 15
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $6
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 16
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.add
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $2
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $7
|
|
|
|
local.get $7
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 1073741808
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $3
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/removeBlock
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $3
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $6
|
|
|
|
i32.const 3
|
|
|
|
i32.and
|
|
|
|
local.get $7
|
|
|
|
i32.or
|
|
|
|
local.tee $2
|
|
|
|
i32.store
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $3
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $1
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
|
|
|
local.get $4
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $5
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $2
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $8
|
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.ge_u
|
|
|
|
if (result i32)
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $8
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 1073741808
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 241
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $1
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eq
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 242
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.sub
|
|
|
|
local.get $1
|
|
|
|
i32.store
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $8
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 256
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $9
|
|
|
|
local.get $8
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shr_u
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $10
|
2019-04-15 11:32:20 +02:00
|
|
|
else
|
2019-04-17 06:12:02 +02:00
|
|
|
i32.const 31
|
|
|
|
local.get $8
|
|
|
|
i32.clz
|
|
|
|
i32.sub
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $9
|
|
|
|
local.get $8
|
|
|
|
local.get $9
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.sub
|
|
|
|
i32.shr_u
|
|
|
|
i32.const 1
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.shl
|
|
|
|
i32.xor
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $10
|
|
|
|
local.get $9
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.sub
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $9
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
|
|
|
local.get $9
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 23
|
|
|
|
i32.lt_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $10
|
|
|
|
i32.const 16
|
|
|
|
i32.lt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 258
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $3
|
|
|
|
local.get $9
|
|
|
|
local.set $6
|
|
|
|
local.get $10
|
|
|
|
local.set $7
|
|
|
|
local.get $3
|
|
|
|
local.get $6
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $7
|
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
|
|
|
i32.load offset=96
|
|
|
|
end
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $11
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.const 0
|
|
|
|
i32.store offset=16
|
|
|
|
local.get $1
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $11
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.store offset=20
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $11
|
2019-04-15 11:32:20 +02:00
|
|
|
if
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $11
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.store offset=16
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETHEAD|inlined.2
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $12
|
|
|
|
local.get $9
|
|
|
|
local.set $3
|
|
|
|
local.get $10
|
|
|
|
local.set $6
|
|
|
|
local.get $1
|
|
|
|
local.set $7
|
|
|
|
local.get $12
|
|
|
|
local.get $3
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $6
|
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
|
|
|
local.get $7
|
|
|
|
i32.store offset=96
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
|
|
|
local.get $0
|
|
|
|
i32.load
|
|
|
|
i32.const 1
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $9
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.shl
|
|
|
|
i32.or
|
|
|
|
i32.store
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETSL|inlined.2
|
|
|
|
block $~lib/rt/tlsf/GETSL|inlined.1 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $13
|
|
|
|
local.get $9
|
|
|
|
local.set $12
|
|
|
|
local.get $13
|
|
|
|
local.get $12
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
i32.load offset=4
|
|
|
|
end
|
|
|
|
i32.const 1
|
|
|
|
local.get $10
|
|
|
|
i32.shl
|
|
|
|
i32.or
|
|
|
|
local.set $3
|
|
|
|
local.get $0
|
|
|
|
local.get $9
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
local.get $3
|
|
|
|
i32.store offset=4
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/addMemory (; 4 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.le_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $1
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if (result i32)
|
|
|
|
local.get $2
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 384
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 4
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.load offset=1568
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $4
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 0
|
|
|
|
local.set $5
|
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
if
|
2019-04-15 13:10:41 +02:00
|
|
|
local.get $1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
i32.ge_u
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 394
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
local.get $1
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
|
|
|
local.set $1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.load
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $5
|
2019-04-15 11:32:20 +02:00
|
|
|
else
|
2019-04-15 13:10:41 +02:00
|
|
|
nop
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
|
|
|
else
|
|
|
|
local.get $1
|
|
|
|
local.get $0
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 1572
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
|
|
|
i32.ge_u
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 406
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 4
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.sub
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $6
|
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
return
|
|
|
|
end
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.const 16
|
|
|
|
i32.mul
|
|
|
|
i32.sub
|
|
|
|
local.set $7
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $8
|
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $7
|
|
|
|
i32.const 1
|
|
|
|
i32.or
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $5
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.and
|
|
|
|
i32.or
|
|
|
|
i32.store
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 0
|
|
|
|
i32.store offset=16
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 0
|
|
|
|
i32.store offset=20
|
|
|
|
local.get $1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $4
|
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 0
|
|
|
|
i32.const 2
|
|
|
|
i32.or
|
|
|
|
i32.store
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETTAIL|inlined.1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $9
|
|
|
|
local.get $4
|
|
|
|
local.set $3
|
|
|
|
local.get $9
|
|
|
|
local.get $3
|
|
|
|
i32.store offset=1568
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $8
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/insertBlock
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 1
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/initializeRoot (; 5 ;) (type $FUNCSIG$v)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $0 i32)
|
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i32)
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/builtins/HEAP_BASE
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.set $0
|
|
|
|
current_memory
|
|
|
|
local.set $1
|
|
|
|
local.get $0
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 1572
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
|
|
|
i32.const 65535
|
|
|
|
i32.add
|
|
|
|
i32.const 65535
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 16
|
|
|
|
i32.shr_u
|
|
|
|
local.set $2
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.gt_s
|
|
|
|
if (result i32)
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.sub
|
|
|
|
grow_memory
|
|
|
|
i32.const 0
|
|
|
|
i32.lt_s
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 0
|
|
|
|
i32.store
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/SETTAIL|inlined.0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $3
|
|
|
|
local.set $5
|
|
|
|
i32.const 0
|
|
|
|
local.set $4
|
|
|
|
local.get $5
|
|
|
|
local.get $4
|
|
|
|
i32.store offset=1568
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
block $break|0
|
|
|
|
i32.const 0
|
|
|
|
local.set $4
|
|
|
|
loop $repeat|0
|
|
|
|
local.get $4
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 23
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
i32.eqz
|
|
|
|
br_if $break|0
|
2019-05-20 23:10:06 +02:00
|
|
|
block $~lib/rt/tlsf/SETSL|inlined.0
|
|
|
|
local.get $3
|
|
|
|
local.set $7
|
|
|
|
local.get $4
|
|
|
|
local.set $6
|
|
|
|
i32.const 0
|
|
|
|
local.set $5
|
|
|
|
local.get $7
|
|
|
|
local.get $6
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
local.get $5
|
|
|
|
i32.store offset=4
|
|
|
|
end
|
|
|
|
block $break|1
|
|
|
|
i32.const 0
|
|
|
|
local.set $5
|
|
|
|
loop $repeat|1
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $5
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.lt_u
|
|
|
|
i32.eqz
|
|
|
|
br_if $break|1
|
|
|
|
block $~lib/rt/tlsf/SETHEAD|inlined.0
|
|
|
|
local.get $3
|
|
|
|
local.set $9
|
|
|
|
local.get $4
|
|
|
|
local.set $8
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $5
|
2019-05-20 23:10:06 +02:00
|
|
|
local.set $7
|
|
|
|
i32.const 0
|
|
|
|
local.set $6
|
|
|
|
local.get $9
|
|
|
|
local.get $8
|
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
|
|
|
local.get $7
|
|
|
|
i32.add
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $6
|
|
|
|
i32.store offset=96
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $5
|
|
|
|
br $repeat|1
|
2019-04-15 11:32:20 +02:00
|
|
|
unreachable
|
|
|
|
end
|
2019-05-20 23:10:06 +02:00
|
|
|
unreachable
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
|
|
|
local.get $4
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $4
|
|
|
|
br $repeat|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $3
|
|
|
|
local.get $0
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.const 1572
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.add
|
2019-04-15 13:10:41 +02:00
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
current_memory
|
|
|
|
i32.const 16
|
|
|
|
i32.shl
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/addMemory
|
2019-04-15 11:32:20 +02:00
|
|
|
drop
|
|
|
|
local.get $3
|
2019-04-18 11:51:07 +02:00
|
|
|
global.set $~lib/rt/tlsf/ROOT
|
2019-04-15 11:32:20 +02:00
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/prepareSize (; 6 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
2019-04-17 17:48:26 +02:00
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 1073741808
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 446
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 29
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.const 15
|
|
|
|
i32.add
|
|
|
|
i32.const 15
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.tee $1
|
|
|
|
i32.const 16
|
|
|
|
local.tee $2
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.gt_u
|
|
|
|
select
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/searchBlock (; 7 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
|
|
|
(local $9 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 256
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
local.set $2
|
|
|
|
local.get $1
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shr_u
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $3
|
|
|
|
else
|
|
|
|
local.get $1
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 536870904
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.lt_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $1
|
|
|
|
i32.const 1
|
2019-04-17 06:12:02 +02:00
|
|
|
i32.const 27
|
|
|
|
local.get $1
|
|
|
|
i32.clz
|
2019-04-16 17:33:33 +02:00
|
|
|
i32.sub
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
else
|
|
|
|
local.get $1
|
|
|
|
end
|
|
|
|
local.set $4
|
2019-04-17 06:12:02 +02:00
|
|
|
i32.const 31
|
|
|
|
local.get $4
|
|
|
|
i32.clz
|
|
|
|
i32.sub
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $2
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $2
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.sub
|
|
|
|
i32.shr_u
|
|
|
|
i32.const 1
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.shl
|
|
|
|
i32.xor
|
|
|
|
local.set $3
|
|
|
|
local.get $2
|
2019-04-15 13:37:18 +02:00
|
|
|
i32.const 8
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.sub
|
|
|
|
local.set $2
|
|
|
|
end
|
|
|
|
local.get $2
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 23
|
|
|
|
i32.lt_u
|
|
|
|
if (result i32)
|
|
|
|
local.get $3
|
|
|
|
i32.const 16
|
|
|
|
i32.lt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 336
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETSL|inlined.2 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $5
|
|
|
|
local.get $2
|
|
|
|
local.set $4
|
|
|
|
local.get $5
|
|
|
|
local.get $4
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
i32.load offset=4
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 0
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
local.get $3
|
|
|
|
i32.shl
|
|
|
|
i32.and
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $6
|
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
i32.load
|
|
|
|
i32.const 0
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
i32.shl
|
|
|
|
i32.and
|
2019-04-16 17:33:33 +02:00
|
|
|
local.set $4
|
|
|
|
local.get $4
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $7
|
2019-04-15 11:32:20 +02:00
|
|
|
else
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $4
|
|
|
|
i32.ctz
|
2019-04-15 11:32:20 +02:00
|
|
|
local.set $2
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETSL|inlined.3 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $8
|
|
|
|
local.get $2
|
|
|
|
local.set $5
|
|
|
|
local.get $8
|
|
|
|
local.get $5
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
|
|
|
i32.load offset=4
|
|
|
|
end
|
|
|
|
local.set $6
|
|
|
|
local.get $6
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 349
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 17
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $0
|
|
|
|
local.set $9
|
|
|
|
local.get $2
|
|
|
|
local.set $8
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $6
|
|
|
|
i32.ctz
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $5
|
|
|
|
local.get $9
|
|
|
|
local.get $8
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $5
|
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
|
|
|
i32.load offset=96
|
|
|
|
end
|
|
|
|
local.set $7
|
|
|
|
end
|
|
|
|
else
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETHEAD|inlined.4 (result i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $8
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $2
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $5
|
2019-04-17 06:12:02 +02:00
|
|
|
local.get $6
|
|
|
|
i32.ctz
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $4
|
|
|
|
local.get $8
|
2019-04-16 17:33:33 +02:00
|
|
|
local.get $5
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $4
|
|
|
|
i32.add
|
2019-04-18 20:36:51 +02:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
2019-04-16 19:15:08 +02:00
|
|
|
i32.add
|
|
|
|
i32.load offset=96
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
2019-04-16 19:15:08 +02:00
|
|
|
local.set $7
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $7
|
2019-04-15 11:32:20 +02:00
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/growMemory (; 8 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
current_memory
|
|
|
|
local.set $2
|
|
|
|
local.get $1
|
|
|
|
i32.const 65535
|
|
|
|
i32.add
|
|
|
|
i32.const 65535
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 16
|
|
|
|
i32.shr_u
|
|
|
|
local.set $3
|
|
|
|
local.get $2
|
|
|
|
local.tee $4
|
|
|
|
local.get $3
|
|
|
|
local.tee $5
|
|
|
|
local.get $4
|
|
|
|
local.get $5
|
|
|
|
i32.gt_s
|
|
|
|
select
|
|
|
|
local.set $6
|
|
|
|
local.get $6
|
|
|
|
grow_memory
|
|
|
|
i32.const 0
|
|
|
|
i32.lt_s
|
|
|
|
if
|
|
|
|
local.get $3
|
|
|
|
grow_memory
|
|
|
|
i32.const 0
|
|
|
|
i32.lt_s
|
|
|
|
if
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
end
|
|
|
|
current_memory
|
|
|
|
local.set $7
|
|
|
|
local.get $0
|
|
|
|
local.get $2
|
|
|
|
i32.const 16
|
|
|
|
i32.shl
|
|
|
|
local.get $7
|
|
|
|
i32.const 16
|
|
|
|
i32.shl
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/addMemory
|
2019-04-15 11:32:20 +02:00
|
|
|
drop
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/prepareBlock (; 9 ;) (type $FUNCSIG$viii) (param $0 i32) (param $1 i32) (param $2 i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
local.set $3
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $2
|
|
|
|
i32.const 15
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.and
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.eqz
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 363
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 13
|
2019-04-15 11:32:20 +02:00
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $3
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.get $2
|
|
|
|
i32.sub
|
|
|
|
local.set $4
|
|
|
|
local.get $4
|
|
|
|
i32.const 16
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
local.get $3
|
|
|
|
i32.const 2
|
|
|
|
i32.and
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $1
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
local.get $4
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
|
|
|
i32.const 1
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $0
|
|
|
|
local.get $5
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/insertBlock
|
2019-04-15 11:32:20 +02:00
|
|
|
else
|
|
|
|
local.get $1
|
|
|
|
local.get $3
|
|
|
|
i32.const 1
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.store
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $5
|
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32)
|
2019-04-16 19:15:08 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $5
|
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
end
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.load
|
|
|
|
i32.const 2
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.store
|
|
|
|
end
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/allocateBlock (; 10 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
2019-04-15 11:32:20 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
local.get $1
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/prepareSize
|
2019-04-17 17:48:26 +02:00
|
|
|
local.set $2
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/searchBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.set $3
|
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/growMemory
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/searchBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.set $3
|
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 476
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 15
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
end
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $2
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.ge_u
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 478
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $3
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.const 1
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.store offset=4
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $1
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.store offset=12
|
|
|
|
local.get $0
|
|
|
|
local.get $3
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/removeBlock
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $3
|
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/prepareBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $3
|
2019-04-15 11:32:20 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/tlsf/__alloc (; 11 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
2019-04-18 12:53:48 +02:00
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-18 12:53:48 +02:00
|
|
|
local.set $2
|
|
|
|
local.get $2
|
2019-04-15 11:32:20 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/initializeRoot
|
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-18 12:53:48 +02:00
|
|
|
local.set $2
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
2019-04-18 12:53:48 +02:00
|
|
|
local.get $2
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/allocateBlock
|
2019-04-18 12:53:48 +02:00
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
local.get $1
|
|
|
|
i32.store offset=8
|
|
|
|
local.get $3
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/memory/memory.copy (; 12 ;) (type $FUNCSIG$viii) (param $0 i32) (param $1 i32) (param $2 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
block $~lib/util/memory/memmove|inlined.0
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
br $~lib/util/memory/memmove|inlined.0
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
local.get $1
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
local.get $0
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
block $break|0
|
|
|
|
loop $continue|0
|
|
|
|
local.get $0
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
if
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $2
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
br $~lib/util/memory/memmove|inlined.0
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
local.set $2
|
2019-04-11 09:07:00 +02:00
|
|
|
block (result i32)
|
|
|
|
local.get $0
|
|
|
|
local.tee $5
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $0
|
|
|
|
local.get $5
|
|
|
|
end
|
|
|
|
block (result i32)
|
|
|
|
local.get $1
|
|
|
|
local.tee $5
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $1
|
|
|
|
local.get $5
|
|
|
|
end
|
|
|
|
i32.load8_u
|
|
|
|
i32.store8
|
2019-05-20 23:10:06 +02:00
|
|
|
br $continue|0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
block $break|1
|
|
|
|
loop $continue|1
|
|
|
|
local.get $2
|
|
|
|
i32.const 8
|
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i64.load
|
|
|
|
i64.store
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $2
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.const 8
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.sub
|
|
|
|
local.set $2
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $0
|
|
|
|
i32.const 8
|
|
|
|
i32.add
|
|
|
|
local.set $0
|
|
|
|
local.get $1
|
|
|
|
i32.const 8
|
|
|
|
i32.add
|
|
|
|
local.set $1
|
|
|
|
br $continue|1
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
2019-05-20 23:10:06 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
block $break|2
|
|
|
|
loop $continue|2
|
|
|
|
local.get $2
|
|
|
|
if
|
|
|
|
block (result i32)
|
|
|
|
local.get $0
|
|
|
|
local.tee $5
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $0
|
|
|
|
local.get $5
|
|
|
|
end
|
|
|
|
block (result i32)
|
|
|
|
local.get $1
|
|
|
|
local.tee $5
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
local.set $1
|
|
|
|
local.get $5
|
|
|
|
end
|
|
|
|
i32.load8_u
|
|
|
|
i32.store8
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
local.set $2
|
2019-04-11 09:07:00 +02:00
|
|
|
br $continue|2
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
else
|
|
|
|
local.get $1
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
local.get $0
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
block $break|3
|
|
|
|
loop $continue|3
|
|
|
|
local.get $0
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
i32.const 7
|
|
|
|
i32.and
|
|
|
|
if
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $2
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
br $~lib/util/memory/memmove|inlined.0
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $0
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
i32.load8_u
|
|
|
|
i32.store8
|
2019-04-11 09:07:00 +02:00
|
|
|
br $continue|3
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
block $break|4
|
|
|
|
loop $continue|4
|
|
|
|
local.get $2
|
|
|
|
i32.const 8
|
|
|
|
i32.ge_u
|
|
|
|
if
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $2
|
|
|
|
i32.const 8
|
|
|
|
i32.sub
|
|
|
|
local.set $2
|
|
|
|
local.get $0
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
i64.load
|
|
|
|
i64.store
|
2019-04-11 09:07:00 +02:00
|
|
|
br $continue|4
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
block $break|5
|
|
|
|
loop $continue|5
|
|
|
|
local.get $2
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.add
|
|
|
|
i32.load8_u
|
|
|
|
i32.store8
|
|
|
|
br $continue|5
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/reallocateBlock (; 13 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
|
2019-04-17 17:48:26 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/prepareSize
|
2019-04-17 17:48:26 +02:00
|
|
|
local.set $3
|
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
local.set $4
|
|
|
|
local.get $4
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 491
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $3
|
|
|
|
local.get $4
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.le_u
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
local.get $3
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/prepareBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.store offset=12
|
|
|
|
local.get $1
|
|
|
|
return
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
block $~lib/rt/tlsf/GETRIGHT|inlined.4 (result i32)
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $1
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $5
|
|
|
|
i32.load
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
end
|
|
|
|
local.set $6
|
|
|
|
local.get $6
|
|
|
|
i32.load
|
|
|
|
local.set $7
|
|
|
|
local.get $7
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
if
|
|
|
|
local.get $4
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $7
|
|
|
|
i32.const 3
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.add
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
local.get $3
|
|
|
|
i32.ge_u
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $6
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/removeBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $1
|
|
|
|
local.get $4
|
|
|
|
i32.const 3
|
|
|
|
i32.and
|
|
|
|
local.get $5
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.store offset=12
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
local.get $3
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/prepareBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $1
|
|
|
|
return
|
|
|
|
end
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
local.get $2
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/allocateBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.set $8
|
|
|
|
local.get $8
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $8
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.store offset=8
|
|
|
|
local.get $8
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $1
|
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
local.get $2
|
|
|
|
call $~lib/memory/memory.copy
|
|
|
|
local.get $1
|
|
|
|
local.get $4
|
|
|
|
i32.const 1
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/insertBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $8
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/tlsf/__realloc (; 14 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 24
|
|
|
|
i32.const 550
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.const 0
|
|
|
|
i32.ne
|
|
|
|
if (result i32)
|
|
|
|
local.get $0
|
|
|
|
i32.const 15
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 24
|
|
|
|
i32.const 551
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 2
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $0
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
|
|
|
local.get $1
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/reallocateBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
|
|
|
)
|
2019-04-18 11:51:07 +02:00
|
|
|
(func $~lib/rt/tlsf/freeBlock (; 15 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
2019-04-17 17:48:26 +02:00
|
|
|
(local $2 i32)
|
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
local.set $2
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 24
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 529
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 2
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $1
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.or
|
|
|
|
i32.store
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/insertBlock
|
2019-04-17 17:48:26 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/tlsf/__free (; 16 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 24
|
|
|
|
i32.const 558
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 13
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.const 0
|
|
|
|
i32.ne
|
|
|
|
if (result i32)
|
|
|
|
local.get $0
|
|
|
|
i32.const 15
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 24
|
|
|
|
i32.const 559
|
2019-04-17 17:48:26 +02:00
|
|
|
i32.const 2
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-17 17:48:26 +02:00
|
|
|
local.get $0
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/freeBlock
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/increment (; 17 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
(local $1 i32)
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 268435455
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.get $1
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
i32.const 268435455
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.eq
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 72
|
|
|
|
i32.const 103
|
2019-04-18 11:51:07 +02:00
|
|
|
i32.const 2
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
i32.store offset=4
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/__retain (; 18 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/builtins/HEAP_BASE
|
|
|
|
i32.gt_u
|
2019-04-18 11:51:07 +02:00
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/increment
|
2019-04-18 11:51:07 +02:00
|
|
|
end
|
2019-05-15 21:17:41 +02:00
|
|
|
local.get $0
|
2019-04-17 17:48:26 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/common/__typeinfo (; 19 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
|
|
|
global.get $~lib/builtins/RTTI_BASE
|
|
|
|
local.set $1
|
|
|
|
local.get $0
|
|
|
|
i32.eqz
|
|
|
|
if (result i32)
|
|
|
|
i32.const 1
|
|
|
|
else
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.load
|
|
|
|
i32.gt_u
|
|
|
|
end
|
|
|
|
if (result i32)
|
|
|
|
unreachable
|
|
|
|
else
|
|
|
|
local.get $1
|
|
|
|
local.get $0
|
|
|
|
i32.const 8
|
|
|
|
i32.mul
|
|
|
|
i32.add
|
|
|
|
i32.load
|
|
|
|
end
|
2019-04-17 17:48:26 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/growRoots (; 20 ;) (type $FUNCSIG$v)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $0 i32)
|
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/ROOTS
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $0
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $0
|
|
|
|
i32.sub
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 2
|
|
|
|
i32.mul
|
|
|
|
local.tee $2
|
|
|
|
i32.const 64
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
local.tee $3
|
|
|
|
local.get $2
|
|
|
|
local.get $3
|
|
|
|
i32.gt_u
|
|
|
|
select
|
|
|
|
local.set $4
|
|
|
|
local.get $4
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 0
|
|
|
|
call $~lib/rt/tlsf/__alloc
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
call $~lib/memory/memory.copy
|
|
|
|
local.get $5
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/ROOTS
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $5
|
|
|
|
local.get $1
|
|
|
|
i32.add
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $5
|
|
|
|
local.get $4
|
|
|
|
i32.add
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/END
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/appendRoot (; 21 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $1 i32)
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $1
|
|
|
|
local.get $1
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/END
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.ge_u
|
|
|
|
if
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/growRoots
|
|
|
|
global.get $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $1
|
|
|
|
end
|
|
|
|
local.get $1
|
|
|
|
local.get $0
|
|
|
|
i32.store
|
|
|
|
local.get $1
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/decrement (; 22 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 268435455
|
|
|
|
i32.and
|
|
|
|
local.set $2
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 1
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/builtins/__visit_members
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $1
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $0
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/freeBlock
|
2019-04-11 09:07:00 +02:00
|
|
|
else
|
|
|
|
local.get $0
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.const 0
|
|
|
|
i32.or
|
|
|
|
i32.const 0
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
end
|
|
|
|
else
|
|
|
|
local.get $2
|
|
|
|
i32.const 0
|
|
|
|
i32.gt_u
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 72
|
|
|
|
i32.const 119
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 15
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=8
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/common/__typeinfo
|
|
|
|
i32.const 8
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.const 805306368
|
|
|
|
i32.or
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $1
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/appendRoot
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
|
|
|
else
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.const 268435455
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.get $2
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
end
|
|
|
|
end
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/__release (; 23 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-18 11:51:07 +02:00
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/builtins/HEAP_BASE
|
|
|
|
i32.gt_u
|
2019-04-18 11:51:07 +02:00
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/decrement
|
2019-04-18 11:51:07 +02:00
|
|
|
end
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/markGray (; 24 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $1 i32)
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
|
|
|
i32.const 268435456
|
|
|
|
i32.ne
|
|
|
|
if
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 268435456
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 2
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/builtins/__visit_members
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/scanBlack (; 25 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $0
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 0
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 4
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/builtins/__visit_members
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/scan (; 26 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $1 i32)
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
|
|
|
i32.const 268435456
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
local.get $1
|
|
|
|
i32.const 268435455
|
|
|
|
i32.and
|
|
|
|
i32.const 0
|
|
|
|
i32.gt_u
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/scanBlack
|
2019-04-11 09:07:00 +02:00
|
|
|
else
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.const 536870912
|
|
|
|
i32.or
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 3
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/builtins/__visit_members
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/collectWhite (; 27 ;) (type $FUNCSIG$vi) (param $0 i32)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $1 i32)
|
|
|
|
local.get $0
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $1
|
|
|
|
local.get $1
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
|
|
|
i32.const 536870912
|
|
|
|
i32.eq
|
|
|
|
if (result i32)
|
|
|
|
local.get $1
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.and
|
|
|
|
i32.eqz
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.add
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 5
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/builtins/__visit_members
|
2019-04-15 11:32:20 +02:00
|
|
|
end
|
2019-04-18 11:51:07 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-15 11:32:20 +02:00
|
|
|
local.get $0
|
2019-04-18 11:51:07 +02:00
|
|
|
call $~lib/rt/tlsf/freeBlock
|
2019-04-15 11:32:20 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/purerc/__collect (; 28 ;) (type $FUNCSIG$v)
|
2019-04-11 09:07:00 +02:00
|
|
|
(local $0 i32)
|
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/ROOTS
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $0
|
|
|
|
local.get $0
|
|
|
|
local.set $1
|
|
|
|
block $break|0
|
|
|
|
block
|
|
|
|
local.get $1
|
|
|
|
local.set $2
|
2019-05-15 21:17:41 +02:00
|
|
|
global.get $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
local.set $3
|
|
|
|
end
|
|
|
|
loop $repeat|0
|
|
|
|
local.get $2
|
|
|
|
local.get $3
|
|
|
|
i32.lt_u
|
|
|
|
i32.eqz
|
|
|
|
br_if $break|0
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $2
|
|
|
|
i32.load
|
|
|
|
local.set $4
|
|
|
|
local.get $4
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $5
|
|
|
|
local.get $5
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
|
|
|
i32.const 805306368
|
|
|
|
i32.eq
|
|
|
|
if (result i32)
|
|
|
|
local.get $5
|
|
|
|
i32.const 268435455
|
|
|
|
i32.and
|
|
|
|
i32.const 0
|
|
|
|
i32.gt_u
|
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $4
|
2019-05-20 23:10:06 +02:00
|
|
|
call $~lib/rt/purerc/markGray
|
|
|
|
local.get $1
|
|
|
|
local.get $4
|
|
|
|
i32.store
|
|
|
|
local.get $1
|
|
|
|
i32.const 4
|
|
|
|
i32.add
|
|
|
|
local.set $1
|
|
|
|
else
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $5
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.const 0
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.eq
|
|
|
|
if (result i32)
|
|
|
|
local.get $5
|
|
|
|
i32.const 268435455
|
|
|
|
i32.and
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.eqz
|
2019-04-11 09:07:00 +02:00
|
|
|
else
|
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if
|
2019-05-20 23:10:06 +02:00
|
|
|
global.get $~lib/rt/tlsf/ROOT
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $4
|
2019-05-20 23:10:06 +02:00
|
|
|
call $~lib/rt/tlsf/freeBlock
|
2019-04-11 09:07:00 +02:00
|
|
|
else
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $4
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $5
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.const -2147483648
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.and
|
2019-05-20 23:10:06 +02:00
|
|
|
i32.store offset=4
|
2019-04-11 09:07:00 +02:00
|
|
|
end
|
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
i32.const 4
|
|
|
|
i32.add
|
|
|
|
local.set $2
|
|
|
|
br $repeat|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $1
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/CUR
|
2019-04-11 09:07:00 +02:00
|
|
|
block $break|1
|
|
|
|
local.get $0
|
2019-05-20 23:10:06 +02:00
|
|
|
local.set $5
|
2019-04-11 09:07:00 +02:00
|
|
|
loop $repeat|1
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $1
|
|
|
|
i32.lt_u
|
|
|
|
i32.eqz
|
|
|
|
br_if $break|1
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.load
|
2019-05-15 21:17:41 +02:00
|
|
|
call $~lib/rt/purerc/scan
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.add
|
2019-05-20 23:10:06 +02:00
|
|
|
local.set $5
|
2019-04-11 09:07:00 +02:00
|
|
|
br $repeat|1
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
block $break|2
|
|
|
|
local.get $0
|
2019-05-20 23:10:06 +02:00
|
|
|
local.set $5
|
2019-04-11 09:07:00 +02:00
|
|
|
loop $repeat|2
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
2019-04-11 09:07:00 +02:00
|
|
|
local.get $1
|
|
|
|
i32.lt_u
|
|
|
|
i32.eqz
|
|
|
|
br_if $break|2
|
2019-05-20 23:10:06 +02:00
|
|
|
local.get $5
|
|
|
|
i32.load
|
|
|
|
local.set $4
|
|
|
|
local.get $4
|
|
|
|
local.get $4
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const -2147483648
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $4
|
|
|
|
call $~lib/rt/purerc/collectWhite
|
|
|
|
local.get $5
|
2019-04-11 09:07:00 +02:00
|
|
|
i32.const 4
|
|
|
|
i32.add
|
2019-05-20 23:10:06 +02:00
|
|
|
local.set $5
|
2019-04-11 09:07:00 +02:00
|
|
|
br $repeat|2
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
global.set $~lib/rt/purerc/CUR
|
2019-04-18 11:51:07 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/rt/common/__instanceof (; 29 ;) (type $FUNCSIG$iii) (param $0 i32) (param $1 i32) (result i32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
2019-04-18 12:53:48 +02:00
|
|
|
local.get $0
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
|
|
|
i32.load offset=8
|
|
|
|
local.set $2
|
|
|
|
global.get $~lib/builtins/RTTI_BASE
|
|
|
|
local.set $3
|
|
|
|
local.get $2
|
2019-04-18 12:53:48 +02:00
|
|
|
if (result i32)
|
2019-05-15 21:17:41 +02:00
|
|
|
local.get $2
|
|
|
|
local.get $3
|
2019-04-18 12:53:48 +02:00
|
|
|
i32.load
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.le_u
|
2019-04-18 12:53:48 +02:00
|
|
|
else
|
2019-05-15 21:17:41 +02:00
|
|
|
i32.const 0
|
|
|
|
end
|
|
|
|
if
|
|
|
|
loop $continue|0
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.eq
|
|
|
|
if
|
|
|
|
i32.const 1
|
|
|
|
return
|
|
|
|
end
|
|
|
|
local.get $3
|
|
|
|
local.get $2
|
|
|
|
i32.const 8
|
|
|
|
i32.mul
|
|
|
|
i32.add
|
|
|
|
i32.load offset=4
|
|
|
|
local.tee $2
|
|
|
|
br_if $continue|0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
i32.const 0
|
|
|
|
)
|
|
|
|
(func $start (; 30 ;) (type $FUNCSIG$v)
|
|
|
|
)
|
|
|
|
(func $~lib/rt/purerc/__visit (; 31 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
(local $3 i32)
|
|
|
|
local.get $0
|
|
|
|
global.get $~lib/builtins/HEAP_BASE
|
|
|
|
i32.lt_u
|
|
|
|
if
|
|
|
|
return
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.const 16
|
|
|
|
i32.sub
|
|
|
|
local.set $2
|
|
|
|
block $break|0
|
|
|
|
block $case5|0
|
|
|
|
block $case4|0
|
|
|
|
block $case3|0
|
|
|
|
block $case2|0
|
|
|
|
block $case1|0
|
|
|
|
block $case0|0
|
|
|
|
local.get $1
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 1
|
|
|
|
i32.eq
|
|
|
|
br_if $case0|0
|
|
|
|
local.get $3
|
|
|
|
i32.const 2
|
|
|
|
i32.eq
|
|
|
|
br_if $case1|0
|
|
|
|
local.get $3
|
|
|
|
i32.const 3
|
|
|
|
i32.eq
|
|
|
|
br_if $case2|0
|
|
|
|
local.get $3
|
|
|
|
i32.const 4
|
|
|
|
i32.eq
|
|
|
|
br_if $case3|0
|
|
|
|
local.get $3
|
|
|
|
i32.const 5
|
|
|
|
i32.eq
|
|
|
|
br_if $case4|0
|
|
|
|
br $case5|0
|
|
|
|
end
|
|
|
|
block
|
|
|
|
local.get $2
|
|
|
|
call $~lib/rt/purerc/decrement
|
|
|
|
br $break|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
block
|
|
|
|
local.get $2
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 268435455
|
|
|
|
i32.and
|
|
|
|
i32.const 0
|
|
|
|
i32.gt_u
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 72
|
|
|
|
i32.const 74
|
|
|
|
i32.const 17
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
local.get $2
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $2
|
|
|
|
call $~lib/rt/purerc/markGray
|
|
|
|
br $break|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
block
|
|
|
|
local.get $2
|
|
|
|
call $~lib/rt/purerc/scan
|
|
|
|
br $break|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
block
|
|
|
|
local.get $2
|
|
|
|
i32.load offset=4
|
|
|
|
local.set $3
|
|
|
|
local.get $3
|
|
|
|
i32.const 268435455
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
local.get $3
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
i32.const 268435455
|
|
|
|
i32.const -1
|
|
|
|
i32.xor
|
|
|
|
i32.and
|
|
|
|
i32.eq
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 72
|
|
|
|
i32.const 85
|
|
|
|
i32.const 6
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
local.get $2
|
|
|
|
local.get $3
|
|
|
|
i32.const 1
|
|
|
|
i32.add
|
|
|
|
i32.store offset=4
|
|
|
|
local.get $3
|
|
|
|
i32.const 1879048192
|
|
|
|
i32.and
|
|
|
|
i32.const 0
|
|
|
|
i32.ne
|
|
|
|
if
|
|
|
|
local.get $2
|
|
|
|
call $~lib/rt/purerc/scanBlack
|
|
|
|
end
|
|
|
|
br $break|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
block
|
|
|
|
local.get $2
|
|
|
|
call $~lib/rt/purerc/collectWhite
|
|
|
|
br $break|0
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
unreachable
|
|
|
|
end
|
|
|
|
i32.const 0
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
i32.const 72
|
|
|
|
i32.const 96
|
|
|
|
i32.const 24
|
|
|
|
call $~lib/builtins/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-04-18 12:53:48 +02:00
|
|
|
end
|
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $~lib/builtins/__visit_members (; 32 ;) (type $FUNCSIG$vii) (param $0 i32) (param $1 i32)
|
|
|
|
(local $2 i32)
|
|
|
|
block $invalid
|
|
|
|
block $~lib/string/String
|
|
|
|
block $~lib/arraybuffer/ArrayBuffer
|
|
|
|
block $~lib/arraybuffer/ArrayBufferView
|
|
|
|
block $~lib/number/F64
|
|
|
|
block $~lib/number/F32
|
|
|
|
block $~lib/number/Bool
|
|
|
|
block $~lib/number/Usize
|
|
|
|
block $~lib/number/U64
|
|
|
|
block $~lib/number/U32
|
|
|
|
block $~lib/number/U16
|
|
|
|
block $~lib/number/U8
|
|
|
|
block $~lib/number/Isize
|
|
|
|
block $~lib/number/I64
|
|
|
|
block $~lib/number/I32
|
|
|
|
block $~lib/number/I16
|
|
|
|
block $~lib/number/I8
|
|
|
|
local.get $0
|
|
|
|
i32.const 8
|
|
|
|
i32.sub
|
|
|
|
i32.load
|
|
|
|
br_table $invalid $~lib/number/I8 $~lib/number/I16 $~lib/number/I32 $~lib/number/I64 $~lib/number/Isize $~lib/number/U8 $~lib/number/U16 $~lib/number/U32 $~lib/number/U64 $~lib/number/Usize $~lib/number/Bool $~lib/number/F32 $~lib/number/F64 $~lib/arraybuffer/ArrayBufferView $~lib/arraybuffer/ArrayBuffer $~lib/string/String $invalid
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
local.get $0
|
|
|
|
i32.load
|
|
|
|
local.tee $2
|
|
|
|
if
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
call $~lib/rt/purerc/__visit
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
call $~lib/builtins/__visit_members
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
return
|
|
|
|
end
|
|
|
|
unreachable
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
2019-05-15 21:17:41 +02:00
|
|
|
(func $null (; 33 ;) (type $FUNCSIG$v)
|
2019-04-11 09:07:00 +02:00
|
|
|
)
|
|
|
|
)
|