mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 22:41:27 +00:00
Always try to eliminate branches if tree-shaking is enabled
This commit is contained in:
@ -672,10 +672,10 @@
|
||||
(loop $continue|0
|
||||
(if
|
||||
;;@ ~lib/allocator/buddy.ts:381:9
|
||||
(i32.add
|
||||
(i32.ne
|
||||
(get_local $1)
|
||||
;;@ ~lib/allocator/buddy.ts:381:18
|
||||
(i32.const 1)
|
||||
;;@ ~lib/allocator/buddy.ts:381:23
|
||||
(i32.const -1)
|
||||
)
|
||||
;;@ ~lib/allocator/buddy.ts:381:26
|
||||
(block
|
||||
|
Reference in New Issue
Block a user