mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 10:41:42 +00:00
optimize array literal init, warn on unsupported inlining
This commit is contained in:
src
std/assembly
tests/compiler
binary.optimized.watbinary.untouched.watbuiltins.untouched.watcall-super.optimized.watcall-super.untouched.watconstructor.optimized.watconstructor.untouched.watexports.optimized.watexports.untouched.watgetter-call.optimized.watgetter-call.untouched.watinlining.optimized.watinlining.untouched.watnew-without-allocator.untouched.watnumber.optimized.watnumber.untouched.watobject-literal.optimized.watobject-literal.untouched.watoptional-typeparameters.optimized.watoptional-typeparameters.untouched.wat
std
array-literal.optimized.watarray-literal.untouched.watarray.optimized.watarray.untouched.watarraybuffer.optimized.watarraybuffer.untouched.watdataview.optimized.watdataview.untouched.watdate.optimized.watdate.untouched.watmap.optimized.watmap.untouched.watmath.optimized.watmath.untouched.watmod.optimized.watmod.untouched.watnew.optimized.watnew.untouched.watoperator-overloading.optimized.watoperator-overloading.untouched.watpointer.optimized.watpointer.tspointer.untouched.watruntime.optimized.watruntime.untouched.watset.optimized.watset.untouched.watstring-utf8.optimized.watstring-utf8.untouched.watstring.optimized.watstring.untouched.watsymbol.optimized.watsymbol.untouched.wattypedarray.optimized.wattypedarray.untouched.wat
@ -167,7 +167,7 @@
|
||||
if
|
||||
i32.const 0
|
||||
i32.const 16
|
||||
i32.const 191
|
||||
i32.const 192
|
||||
i32.const 2
|
||||
call $~lib/env/abort
|
||||
unreachable
|
||||
@ -181,7 +181,7 @@
|
||||
if
|
||||
i32.const 0
|
||||
i32.const 16
|
||||
i32.const 192
|
||||
i32.const 193
|
||||
i32.const 2
|
||||
call $~lib/env/abort
|
||||
unreachable
|
||||
|
Reference in New Issue
Block a user