mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Use stack IR when emitting text format (#312)
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
(type $FUNCSIG$v (func))
|
||||
(type $FUNCSIG$i (func (result i32)))
|
||||
(memory $0 0)
|
||||
(table 4 anyfunc)
|
||||
(table $0 4 anyfunc)
|
||||
(elem (i32.const 0) $null $~lib/collector/itcm/__gc_mark $std/gc-object/Custom~gc $std/gc-object/Base~gc)
|
||||
(global $~lib/allocator/arena/startOffset (mut i32) (i32.const 0))
|
||||
(global $~lib/allocator/arena/offset (mut i32) (i32.const 0))
|
||||
@ -21,559 +21,407 @@
|
||||
(export "memory" (memory $0))
|
||||
(export "table" (table $0))
|
||||
(export "main" (func $std/gc-object/main))
|
||||
(func $~lib/allocator/arena/__memory_allocate (; 0 ;) (; has Stack IR ;) (type $ii) (param $0 i32) (result i32)
|
||||
(func $~lib/allocator/arena/__memory_allocate (; 0 ;) (type $ii) (param $0 i32) (result i32)
|
||||
(local $1 i32)
|
||||
(local $2 i32)
|
||||
(local $3 i32)
|
||||
(if
|
||||
(i32.gt_u
|
||||
(get_local $0)
|
||||
(i32.const 1073741824)
|
||||
)
|
||||
(unreachable)
|
||||
)
|
||||
(if
|
||||
(i32.gt_u
|
||||
(tee_local $2
|
||||
(i32.and
|
||||
(i32.add
|
||||
(i32.add
|
||||
(tee_local $1
|
||||
(get_global $~lib/allocator/arena/offset)
|
||||
)
|
||||
(select
|
||||
(get_local $0)
|
||||
(i32.const 1)
|
||||
(i32.gt_u
|
||||
(get_local $0)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(i32.const 7)
|
||||
)
|
||||
(i32.const -8)
|
||||
)
|
||||
)
|
||||
(i32.shl
|
||||
(tee_local $3
|
||||
(current_memory)
|
||||
)
|
||||
(i32.const 16)
|
||||
)
|
||||
)
|
||||
(if
|
||||
(i32.lt_s
|
||||
(grow_memory
|
||||
(select
|
||||
(get_local $3)
|
||||
(tee_local $0
|
||||
(i32.shr_u
|
||||
(i32.and
|
||||
(i32.add
|
||||
(i32.sub
|
||||
(get_local $2)
|
||||
(get_local $1)
|
||||
)
|
||||
(i32.const 65535)
|
||||
)
|
||||
(i32.const -65536)
|
||||
)
|
||||
(i32.const 16)
|
||||
)
|
||||
)
|
||||
(i32.gt_s
|
||||
(get_local $3)
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
)
|
||||
(i32.const 0)
|
||||
)
|
||||
(if
|
||||
(i32.lt_s
|
||||
(grow_memory
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const 0)
|
||||
)
|
||||
(unreachable)
|
||||
)
|
||||
)
|
||||
)
|
||||
(set_global $~lib/allocator/arena/offset
|
||||
(get_local $2)
|
||||
)
|
||||
(get_local $1)
|
||||
get_local $0
|
||||
i32.const 1073741824
|
||||
i32.gt_u
|
||||
if
|
||||
unreachable
|
||||
end
|
||||
get_global $~lib/allocator/arena/offset
|
||||
tee_local $1
|
||||
get_local $0
|
||||
i32.const 1
|
||||
get_local $0
|
||||
i32.const 1
|
||||
i32.gt_u
|
||||
select
|
||||
i32.add
|
||||
i32.const 7
|
||||
i32.add
|
||||
i32.const -8
|
||||
i32.and
|
||||
tee_local $2
|
||||
current_memory
|
||||
tee_local $3
|
||||
i32.const 16
|
||||
i32.shl
|
||||
i32.gt_u
|
||||
if
|
||||
get_local $3
|
||||
get_local $2
|
||||
get_local $1
|
||||
i32.sub
|
||||
i32.const 65535
|
||||
i32.add
|
||||
i32.const -65536
|
||||
i32.and
|
||||
i32.const 16
|
||||
i32.shr_u
|
||||
tee_local $0
|
||||
get_local $3
|
||||
get_local $0
|
||||
i32.gt_s
|
||||
select
|
||||
grow_memory
|
||||
i32.const 0
|
||||
i32.lt_s
|
||||
if
|
||||
get_local $0
|
||||
grow_memory
|
||||
i32.const 0
|
||||
i32.lt_s
|
||||
if
|
||||
unreachable
|
||||
end
|
||||
end
|
||||
end
|
||||
get_local $2
|
||||
set_global $~lib/allocator/arena/offset
|
||||
get_local $1
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObjectList#clear (; 1 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(i32.store
|
||||
(get_local $0)
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.store offset=4
|
||||
(get_local $0)
|
||||
(get_local $0)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObjectList#clear (; 1 ;) (type $iv) (param $0 i32)
|
||||
get_local $0
|
||||
get_local $0
|
||||
i32.store
|
||||
get_local $0
|
||||
get_local $0
|
||||
i32.store offset=4
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#get:color (; 2 ;) (; has Stack IR ;) (type $ii) (param $0 i32) (result i32)
|
||||
(i32.and
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const 3)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#get:color (; 2 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
i32.load
|
||||
i32.const 3
|
||||
i32.and
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#get:next (; 3 ;) (; has Stack IR ;) (type $ii) (param $0 i32) (result i32)
|
||||
(i32.and
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const -4)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#get:next (; 3 ;) (type $ii) (param $0 i32) (result i32)
|
||||
get_local $0
|
||||
i32.load
|
||||
i32.const -4
|
||||
i32.and
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#set:next (; 4 ;) (; has Stack IR ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
(i32.store
|
||||
(get_local $0)
|
||||
(i32.or
|
||||
(get_local $1)
|
||||
(i32.and
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const 3)
|
||||
)
|
||||
)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#set:next (; 4 ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
get_local $0
|
||||
get_local $1
|
||||
get_local $0
|
||||
i32.load
|
||||
i32.const 3
|
||||
i32.and
|
||||
i32.or
|
||||
i32.store
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#unlink (; 5 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(func $~lib/collector/itcm/ManagedObject#unlink (; 5 ;) (type $iv) (param $0 i32)
|
||||
(local $1 i32)
|
||||
(i32.store offset=4
|
||||
(tee_local $1
|
||||
(call $~lib/collector/itcm/ManagedObject#get:next
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(tee_local $0
|
||||
(i32.load offset=4
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#set:next
|
||||
(get_local $0)
|
||||
(get_local $1)
|
||||
)
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObject#get:next
|
||||
tee_local $1
|
||||
get_local $0
|
||||
i32.load offset=4
|
||||
tee_local $0
|
||||
i32.store offset=4
|
||||
get_local $0
|
||||
get_local $1
|
||||
call $~lib/collector/itcm/ManagedObject#set:next
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObjectList#push (; 6 ;) (; has Stack IR ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
(func $~lib/collector/itcm/ManagedObjectList#push (; 6 ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
(local $2 i32)
|
||||
(set_local $2
|
||||
(i32.load offset=4
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#set:next
|
||||
(get_local $1)
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.store offset=4
|
||||
(get_local $1)
|
||||
(get_local $2)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#set:next
|
||||
(get_local $2)
|
||||
(get_local $1)
|
||||
)
|
||||
(i32.store offset=4
|
||||
(get_local $0)
|
||||
(get_local $1)
|
||||
)
|
||||
get_local $0
|
||||
i32.load offset=4
|
||||
set_local $2
|
||||
get_local $1
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObject#set:next
|
||||
get_local $1
|
||||
get_local $2
|
||||
i32.store offset=4
|
||||
get_local $2
|
||||
get_local $1
|
||||
call $~lib/collector/itcm/ManagedObject#set:next
|
||||
get_local $0
|
||||
get_local $1
|
||||
i32.store offset=4
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#makeGray (; 7 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(if
|
||||
(i32.eq
|
||||
(get_local $0)
|
||||
(get_global $~lib/collector/itcm/iter)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/iter
|
||||
(i32.load offset=4
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#unlink
|
||||
(get_local $0)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObjectList#push
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.store
|
||||
(get_local $0)
|
||||
(i32.or
|
||||
(i32.and
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const -4)
|
||||
)
|
||||
(i32.const 2)
|
||||
)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#makeGray (; 7 ;) (type $iv) (param $0 i32)
|
||||
get_local $0
|
||||
get_global $~lib/collector/itcm/iter
|
||||
i32.eq
|
||||
if
|
||||
get_local $0
|
||||
i32.load offset=4
|
||||
set_global $~lib/collector/itcm/iter
|
||||
end
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObject#unlink
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObjectList#push
|
||||
get_local $0
|
||||
get_local $0
|
||||
i32.load
|
||||
i32.const -4
|
||||
i32.and
|
||||
i32.const 2
|
||||
i32.or
|
||||
i32.store
|
||||
)
|
||||
(func $~lib/collector/itcm/__gc_mark (; 8 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(func $~lib/collector/itcm/__gc_mark (; 8 ;) (type $iv) (param $0 i32)
|
||||
(local $1 i32)
|
||||
(if
|
||||
(get_local $0)
|
||||
(if
|
||||
(i32.eq
|
||||
(call $~lib/collector/itcm/ManagedObject#get:color
|
||||
(tee_local $1
|
||||
(i32.sub
|
||||
(get_local $0)
|
||||
(i32.const 16)
|
||||
)
|
||||
)
|
||||
)
|
||||
(get_global $~lib/collector/itcm/white)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#makeGray
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
)
|
||||
get_local $0
|
||||
if
|
||||
get_local $0
|
||||
i32.const 16
|
||||
i32.sub
|
||||
tee_local $1
|
||||
call $~lib/collector/itcm/ManagedObject#get:color
|
||||
get_global $~lib/collector/itcm/white
|
||||
i32.eq
|
||||
if
|
||||
get_local $1
|
||||
call $~lib/collector/itcm/ManagedObject#makeGray
|
||||
end
|
||||
end
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#set:color (; 9 ;) (; has Stack IR ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
(i32.store
|
||||
(get_local $0)
|
||||
(i32.or
|
||||
(i32.and
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.const -4)
|
||||
)
|
||||
(get_local $1)
|
||||
)
|
||||
)
|
||||
(func $~lib/collector/itcm/ManagedObject#set:color (; 9 ;) (type $iiv) (param $0 i32) (param $1 i32)
|
||||
get_local $0
|
||||
get_local $0
|
||||
i32.load
|
||||
i32.const -4
|
||||
i32.and
|
||||
get_local $1
|
||||
i32.or
|
||||
i32.store
|
||||
)
|
||||
(func $~lib/allocator/arena/__memory_free (; 10 ;) (; has Stack IR ;) (type $FUNCSIG$v)
|
||||
(nop)
|
||||
(func $~lib/allocator/arena/__memory_free (; 10 ;) (type $FUNCSIG$v)
|
||||
nop
|
||||
)
|
||||
(func $~lib/collector/itcm/step (; 11 ;) (; has Stack IR ;) (type $v)
|
||||
(func $~lib/collector/itcm/step (; 11 ;) (type $v)
|
||||
(local $0 i32)
|
||||
(block $break|0
|
||||
(block $case3|0
|
||||
(block $case2|0
|
||||
(block $case1|0
|
||||
(if
|
||||
(tee_local $0
|
||||
(get_global $~lib/collector/itcm/state)
|
||||
)
|
||||
(block
|
||||
(block $tablify|0
|
||||
(br_table $case1|0 $case2|0 $case3|0 $tablify|0
|
||||
(i32.sub
|
||||
(get_local $0)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(br $break|0)
|
||||
)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/fromSpace
|
||||
(tee_local $0
|
||||
(call $~lib/allocator/arena/__memory_allocate
|
||||
(i32.const 16)
|
||||
)
|
||||
)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(get_global $~lib/collector/itcm/fromSpace)
|
||||
(i32.const -1)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
(get_global $~lib/collector/itcm/fromSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/toSpace
|
||||
(tee_local $0
|
||||
(call $~lib/allocator/arena/__memory_allocate
|
||||
(i32.const 16)
|
||||
)
|
||||
)
|
||||
)
|
||||
(i32.store offset=8
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
(i32.const -1)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/iter
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/state
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(call $~iterateRoots)
|
||||
(set_global $~lib/collector/itcm/state
|
||||
(i32.const 2)
|
||||
)
|
||||
(br $break|0)
|
||||
)
|
||||
(if
|
||||
(i32.ne
|
||||
(tee_local $0
|
||||
(call $~lib/collector/itcm/ManagedObject#get:next
|
||||
(get_global $~lib/collector/itcm/iter)
|
||||
)
|
||||
)
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(block
|
||||
(set_global $~lib/collector/itcm/iter
|
||||
(get_local $0)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#set:color
|
||||
(get_local $0)
|
||||
(i32.eqz
|
||||
(get_global $~lib/collector/itcm/white)
|
||||
)
|
||||
)
|
||||
(set_global $~argc
|
||||
(i32.const 1)
|
||||
)
|
||||
(call_indirect (type $iv)
|
||||
(i32.add
|
||||
(get_local $0)
|
||||
(i32.const 16)
|
||||
)
|
||||
(i32.load offset=8
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
)
|
||||
(block
|
||||
(call $~iterateRoots)
|
||||
(if
|
||||
(i32.eq
|
||||
(call $~lib/collector/itcm/ManagedObject#get:next
|
||||
(get_global $~lib/collector/itcm/iter)
|
||||
)
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(block
|
||||
(set_local $0
|
||||
(get_global $~lib/collector/itcm/fromSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/fromSpace
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/toSpace
|
||||
(get_local $0)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/white
|
||||
(i32.eqz
|
||||
(get_global $~lib/collector/itcm/white)
|
||||
)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/iter
|
||||
(call $~lib/collector/itcm/ManagedObject#get:next
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/state
|
||||
(i32.const 3)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(br $break|0)
|
||||
)
|
||||
(if
|
||||
(i32.ne
|
||||
(tee_local $0
|
||||
(get_global $~lib/collector/itcm/iter)
|
||||
)
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(block
|
||||
(set_global $~lib/collector/itcm/iter
|
||||
(call $~lib/collector/itcm/ManagedObject#get:next
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(if
|
||||
(i32.ge_u
|
||||
(get_local $0)
|
||||
(i32.const 8)
|
||||
)
|
||||
(call $~lib/allocator/arena/__memory_free)
|
||||
)
|
||||
)
|
||||
(block
|
||||
(call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
(get_global $~lib/collector/itcm/toSpace)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/state
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
block $break|0
|
||||
block $case3|0
|
||||
block $case2|0
|
||||
block $case1|0
|
||||
get_global $~lib/collector/itcm/state
|
||||
tee_local $0
|
||||
if
|
||||
block $tablify|0
|
||||
get_local $0
|
||||
i32.const 1
|
||||
i32.sub
|
||||
br_table $case1|0 $case2|0 $case3|0 $tablify|0
|
||||
end
|
||||
br $break|0
|
||||
end
|
||||
i32.const 16
|
||||
call $~lib/allocator/arena/__memory_allocate
|
||||
tee_local $0
|
||||
set_global $~lib/collector/itcm/fromSpace
|
||||
get_global $~lib/collector/itcm/fromSpace
|
||||
i32.const -1
|
||||
i32.store offset=8
|
||||
get_global $~lib/collector/itcm/fromSpace
|
||||
call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
i32.const 16
|
||||
call $~lib/allocator/arena/__memory_allocate
|
||||
tee_local $0
|
||||
set_global $~lib/collector/itcm/toSpace
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
i32.const -1
|
||||
i32.store offset=8
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
set_global $~lib/collector/itcm/iter
|
||||
i32.const 1
|
||||
set_global $~lib/collector/itcm/state
|
||||
end
|
||||
call $~iterateRoots
|
||||
i32.const 2
|
||||
set_global $~lib/collector/itcm/state
|
||||
br $break|0
|
||||
end
|
||||
get_global $~lib/collector/itcm/iter
|
||||
call $~lib/collector/itcm/ManagedObject#get:next
|
||||
tee_local $0
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
i32.ne
|
||||
if
|
||||
get_local $0
|
||||
set_global $~lib/collector/itcm/iter
|
||||
get_local $0
|
||||
get_global $~lib/collector/itcm/white
|
||||
i32.eqz
|
||||
call $~lib/collector/itcm/ManagedObject#set:color
|
||||
i32.const 1
|
||||
set_global $~argc
|
||||
get_local $0
|
||||
i32.const 16
|
||||
i32.add
|
||||
get_local $0
|
||||
i32.load offset=8
|
||||
call_indirect (type $iv)
|
||||
else
|
||||
call $~iterateRoots
|
||||
get_global $~lib/collector/itcm/iter
|
||||
call $~lib/collector/itcm/ManagedObject#get:next
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
i32.eq
|
||||
if
|
||||
get_global $~lib/collector/itcm/fromSpace
|
||||
set_local $0
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
set_global $~lib/collector/itcm/fromSpace
|
||||
get_local $0
|
||||
set_global $~lib/collector/itcm/toSpace
|
||||
get_global $~lib/collector/itcm/white
|
||||
i32.eqz
|
||||
set_global $~lib/collector/itcm/white
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObject#get:next
|
||||
set_global $~lib/collector/itcm/iter
|
||||
i32.const 3
|
||||
set_global $~lib/collector/itcm/state
|
||||
end
|
||||
end
|
||||
br $break|0
|
||||
end
|
||||
get_global $~lib/collector/itcm/iter
|
||||
tee_local $0
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
i32.ne
|
||||
if
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObject#get:next
|
||||
set_global $~lib/collector/itcm/iter
|
||||
get_local $0
|
||||
i32.const 8
|
||||
i32.ge_u
|
||||
if
|
||||
call $~lib/allocator/arena/__memory_free
|
||||
end
|
||||
else
|
||||
get_global $~lib/collector/itcm/toSpace
|
||||
call $~lib/collector/itcm/ManagedObjectList#clear
|
||||
i32.const 1
|
||||
set_global $~lib/collector/itcm/state
|
||||
end
|
||||
end
|
||||
)
|
||||
(func $~lib/collector/itcm/__gc_allocate (; 12 ;) (; has Stack IR ;) (type $FUNCSIG$i) (result i32)
|
||||
(func $~lib/collector/itcm/__gc_allocate (; 12 ;) (type $FUNCSIG$i) (result i32)
|
||||
(local $0 i32)
|
||||
(call $~lib/collector/itcm/step)
|
||||
(i32.store offset=8
|
||||
(tee_local $0
|
||||
(call $~lib/allocator/arena/__memory_allocate
|
||||
(i32.const 24)
|
||||
)
|
||||
)
|
||||
(i32.const 2)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObject#set:color
|
||||
(get_local $0)
|
||||
(get_global $~lib/collector/itcm/white)
|
||||
)
|
||||
(call $~lib/collector/itcm/ManagedObjectList#push
|
||||
(get_global $~lib/collector/itcm/fromSpace)
|
||||
(get_local $0)
|
||||
)
|
||||
(i32.add
|
||||
(get_local $0)
|
||||
(i32.const 16)
|
||||
)
|
||||
call $~lib/collector/itcm/step
|
||||
i32.const 24
|
||||
call $~lib/allocator/arena/__memory_allocate
|
||||
tee_local $0
|
||||
i32.const 2
|
||||
i32.store offset=8
|
||||
get_local $0
|
||||
get_global $~lib/collector/itcm/white
|
||||
call $~lib/collector/itcm/ManagedObject#set:color
|
||||
get_global $~lib/collector/itcm/fromSpace
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/ManagedObjectList#push
|
||||
get_local $0
|
||||
i32.const 16
|
||||
i32.add
|
||||
)
|
||||
(func $std/gc-object/Base~gc (; 13 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(if
|
||||
(i32.eqz
|
||||
(get_local $0)
|
||||
)
|
||||
(return)
|
||||
)
|
||||
(call $~lib/collector/itcm/__gc_mark
|
||||
(get_local $0)
|
||||
)
|
||||
(func $std/gc-object/Base~gc (; 13 ;) (type $iv) (param $0 i32)
|
||||
get_local $0
|
||||
i32.eqz
|
||||
if
|
||||
return
|
||||
end
|
||||
get_local $0
|
||||
call $~lib/collector/itcm/__gc_mark
|
||||
)
|
||||
(func $std/gc-object/Custom~gc (; 14 ;) (; has Stack IR ;) (type $iv) (param $0 i32)
|
||||
(if
|
||||
(i32.eqz
|
||||
(get_local $0)
|
||||
)
|
||||
(return)
|
||||
)
|
||||
(call_indirect (type $iv)
|
||||
(get_local $0)
|
||||
(i32.const 3)
|
||||
)
|
||||
(call $~lib/collector/itcm/__gc_mark
|
||||
(i32.load
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(call $~lib/collector/itcm/__gc_mark
|
||||
(i32.load offset=4
|
||||
(get_local $0)
|
||||
)
|
||||
)
|
||||
(func $std/gc-object/Custom~gc (; 14 ;) (type $iv) (param $0 i32)
|
||||
get_local $0
|
||||
i32.eqz
|
||||
if
|
||||
return
|
||||
end
|
||||
get_local $0
|
||||
i32.const 3
|
||||
call_indirect (type $iv)
|
||||
get_local $0
|
||||
i32.load
|
||||
call $~lib/collector/itcm/__gc_mark
|
||||
get_local $0
|
||||
i32.load offset=4
|
||||
call $~lib/collector/itcm/__gc_mark
|
||||
)
|
||||
(func $~lib/collector/itcm/__gc_collect (; 15 ;) (; has Stack IR ;) (type $v)
|
||||
(func $~lib/collector/itcm/__gc_collect (; 15 ;) (type $v)
|
||||
(local $0 i32)
|
||||
(block $break|0
|
||||
(block $case1|0
|
||||
(br_if $case1|0
|
||||
(i32.eqz
|
||||
(tee_local $0
|
||||
(get_global $~lib/collector/itcm/state)
|
||||
)
|
||||
)
|
||||
)
|
||||
(br_if $case1|0
|
||||
(i32.eq
|
||||
(get_local $0)
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
(br $break|0)
|
||||
)
|
||||
(call $~lib/collector/itcm/step)
|
||||
)
|
||||
(loop $continue|1
|
||||
(if
|
||||
(i32.ne
|
||||
(get_global $~lib/collector/itcm/state)
|
||||
(i32.const 1)
|
||||
)
|
||||
(block
|
||||
(call $~lib/collector/itcm/step)
|
||||
(br $continue|1)
|
||||
)
|
||||
)
|
||||
)
|
||||
block $break|0
|
||||
block $case1|0
|
||||
get_global $~lib/collector/itcm/state
|
||||
tee_local $0
|
||||
i32.eqz
|
||||
br_if $case1|0
|
||||
get_local $0
|
||||
i32.const 1
|
||||
i32.eq
|
||||
br_if $case1|0
|
||||
br $break|0
|
||||
end
|
||||
call $~lib/collector/itcm/step
|
||||
end
|
||||
loop $continue|1
|
||||
get_global $~lib/collector/itcm/state
|
||||
i32.const 1
|
||||
i32.ne
|
||||
if
|
||||
call $~lib/collector/itcm/step
|
||||
br $continue|1
|
||||
end
|
||||
end
|
||||
)
|
||||
(func $~lib/gc/gc.collect (; 16 ;) (; has Stack IR ;) (type $v)
|
||||
(call $~lib/collector/itcm/__gc_collect)
|
||||
(func $~lib/gc/gc.collect (; 16 ;) (type $v)
|
||||
call $~lib/collector/itcm/__gc_collect
|
||||
)
|
||||
(func $std/gc-object/main (; 17 ;) (; has Stack IR ;) (type $v)
|
||||
(if
|
||||
(i32.eqz
|
||||
(get_global $~started)
|
||||
)
|
||||
(block
|
||||
(call $start)
|
||||
(set_global $~started
|
||||
(i32.const 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
(func $std/gc-object/main (; 17 ;) (type $v)
|
||||
get_global $~started
|
||||
i32.eqz
|
||||
if
|
||||
call $start
|
||||
i32.const 1
|
||||
set_global $~started
|
||||
end
|
||||
)
|
||||
(func $start (; 18 ;) (; has Stack IR ;) (type $v)
|
||||
(func $start (; 18 ;) (type $v)
|
||||
(local $0 i32)
|
||||
(set_global $~lib/allocator/arena/startOffset
|
||||
(i32.const 8)
|
||||
)
|
||||
(set_global $~lib/allocator/arena/offset
|
||||
(get_global $~lib/allocator/arena/startOffset)
|
||||
)
|
||||
(set_global $~lib/collector/itcm/state
|
||||
(i32.const 0)
|
||||
)
|
||||
(i32.store
|
||||
(tee_local $0
|
||||
(call $~lib/collector/itcm/__gc_allocate)
|
||||
)
|
||||
(i32.const 0)
|
||||
)
|
||||
(i32.store offset=4
|
||||
(get_local $0)
|
||||
(i32.const 0)
|
||||
)
|
||||
(set_global $std/gc-object/obj
|
||||
(get_local $0)
|
||||
)
|
||||
(call $~lib/gc/gc.collect)
|
||||
(i32.store
|
||||
(get_global $std/gc-object/obj)
|
||||
(get_global $std/gc-object/obj)
|
||||
)
|
||||
(call $~lib/gc/gc.collect)
|
||||
(set_global $std/gc-object/obj
|
||||
(i32.const 0)
|
||||
)
|
||||
(call $~lib/gc/gc.collect)
|
||||
i32.const 8
|
||||
set_global $~lib/allocator/arena/startOffset
|
||||
get_global $~lib/allocator/arena/startOffset
|
||||
set_global $~lib/allocator/arena/offset
|
||||
i32.const 0
|
||||
set_global $~lib/collector/itcm/state
|
||||
call $~lib/collector/itcm/__gc_allocate
|
||||
tee_local $0
|
||||
i32.const 0
|
||||
i32.store
|
||||
get_local $0
|
||||
i32.const 0
|
||||
i32.store offset=4
|
||||
get_local $0
|
||||
set_global $std/gc-object/obj
|
||||
call $~lib/gc/gc.collect
|
||||
get_global $std/gc-object/obj
|
||||
get_global $std/gc-object/obj
|
||||
i32.store
|
||||
call $~lib/gc/gc.collect
|
||||
i32.const 0
|
||||
set_global $std/gc-object/obj
|
||||
call $~lib/gc/gc.collect
|
||||
)
|
||||
(func $null (; 19 ;) (; has Stack IR ;) (type $v)
|
||||
(nop)
|
||||
(func $null (; 19 ;) (type $v)
|
||||
nop
|
||||
)
|
||||
(func $~iterateRoots (; 20 ;) (; has Stack IR ;) (type $FUNCSIG$v)
|
||||
(call_indirect (type $iv)
|
||||
(get_global $std/gc-object/obj)
|
||||
(i32.const 1)
|
||||
)
|
||||
(func $~iterateRoots (; 20 ;) (type $FUNCSIG$v)
|
||||
get_global $std/gc-object/obj
|
||||
i32.const 1
|
||||
call_indirect (type $iv)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user