mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-17 17:01:37 +00:00
inherent acylic data structure detection
this will become useful for the pure collector eventually
This commit is contained in:
@ -325,8 +325,7 @@
|
||||
(data (i32.const 6688) "1\00.\001\00e\00-\006\004")
|
||||
(data (i32.const 6704) "\10\00\00\00\16")
|
||||
(data (i32.const 6720) "0\00.\000\000\000\000\003\005\006\008\009")
|
||||
(data (i32.const 6744) "\16")
|
||||
(data (i32.const 6880) "!\02\00\00\0e\00\00\00!\00\00\00\0e\00\00\00!\00\00\00\0e\00\00\00A\00\00\00\0e\00\00\00\11\00\00\00\0e")
|
||||
(data (i32.const 6744) "\16\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\00I\04\00\00\0e\00\00\00I\00\00\00\0e\00\00\00I\00\00\00\0e\00\00\00\89\00\00\00\0e\00\00\00)\00\00\00\0e\00\00\00\08")
|
||||
(global $std/string/str (mut i32) (i32.const 24))
|
||||
(global $std/string/nullStr (mut i32) (i32.const 0))
|
||||
(global $~lib/allocator/arena/startOffset (mut i32) (i32.const 0))
|
||||
@ -7851,7 +7850,7 @@
|
||||
i32.load
|
||||
end
|
||||
local.tee $0
|
||||
i32.const 8
|
||||
i32.const 16
|
||||
i32.div_u
|
||||
i32.const 31
|
||||
i32.and
|
||||
@ -7890,7 +7889,7 @@
|
||||
i32.shr_u
|
||||
i32.store offset=12
|
||||
local.get $0
|
||||
i32.const 512
|
||||
i32.const 1024
|
||||
i32.and
|
||||
if
|
||||
local.get $1
|
||||
|
Reference in New Issue
Block a user